oracle-jre: switch to INSTALL.msg.
This commit is contained in:
parent
171721efa2
commit
e1acb34947
3 changed files with 16 additions and 18 deletions
|
@ -29,22 +29,6 @@ post)
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
rm -r $BUILD_DIR
|
rm -r $BUILD_DIR
|
||||||
[ $RESULT -ne 0 ] && exit $RESULT
|
[ $RESULT -ne 0 ] && exit $RESULT
|
||||||
cat << _EOF
|
;;
|
||||||
=====================================================================
|
|
||||||
|
|
||||||
- The Oracle JRE package is licensed software.
|
|
||||||
|
|
||||||
You MUST read and agree to the license stored in
|
|
||||||
/usr/share/licenses/oracle-jre/LICENSE
|
|
||||||
before using it.
|
|
||||||
|
|
||||||
- Please re-login to update PATH and JAVA_HOME or re-source
|
|
||||||
/etc/profile:
|
|
||||||
|
|
||||||
$ source /etc/profile
|
|
||||||
|
|
||||||
=====================================================================
|
|
||||||
_EOF
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
14
srcpkgs/oracle-jre/INSTALL.msg
Normal file
14
srcpkgs/oracle-jre/INSTALL.msg
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
=====================================================================
|
||||||
|
|
||||||
|
- The Oracle JRE package is licensed software.
|
||||||
|
|
||||||
|
You MUST read and agree to the license stored in
|
||||||
|
/usr/share/licenses/oracle-jre/LICENSE
|
||||||
|
before using it.
|
||||||
|
|
||||||
|
- Please re-login to update PATH and JAVA_HOME or re-source
|
||||||
|
/etc/profile:
|
||||||
|
|
||||||
|
$ source /etc/profile
|
||||||
|
|
||||||
|
=====================================================================
|
|
@ -3,7 +3,7 @@ pkgname=oracle-jre
|
||||||
version=8u20
|
version=8u20
|
||||||
_longVersion=1.8.0_20
|
_longVersion=1.8.0_20
|
||||||
_build=26
|
_build=26
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="Java Runtime Environment (JRE)"
|
short_desc="Java Runtime Environment (JRE)"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
|
||||||
|
|
Loading…
Reference in a new issue