oracle-jdk: switch to INSTALL.msg.
This commit is contained in:
parent
a767f3854a
commit
e1e2014b00
|
@ -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 JDK package is licensed software.
|
|
||||||
|
|
||||||
You MUST read and agree to the license stored in
|
|
||||||
/usr/share/licenses/oracle-jdk/LICENSE
|
|
||||||
before using it.
|
|
||||||
|
|
||||||
- Please re-login to update PATH and JAVA_HOME or re-source
|
|
||||||
/etc/profile:
|
|
||||||
|
|
||||||
$ source /etc/profile
|
|
||||||
|
|
||||||
=====================================================================
|
|
||||||
_EOF
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
=====================================================================
|
||||||
|
|
||||||
|
- The Oracle JDK package is licensed software.
|
||||||
|
|
||||||
|
You MUST read and agree to the license stored in
|
||||||
|
/usr/share/licenses/oracle-jdk/LICENSE
|
||||||
|
before using it.
|
||||||
|
|
||||||
|
- Please re-login to update PATH and JAVA_HOME or re-source
|
||||||
|
/etc/profile:
|
||||||
|
|
||||||
|
$ source /etc/profile
|
||||||
|
|
||||||
|
=====================================================================
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=oracle-jdk
|
pkgname=oracle-jdk
|
||||||
version=8u20
|
version=8u20
|
||||||
_longVersion=1.8.0_20
|
_longVersion=1.8.0_20
|
||||||
revision=3
|
revision=4
|
||||||
_build=26
|
_build=26
|
||||||
|
|
||||||
short_desc="Java Development Kit (JDK)"
|
short_desc="Java Development Kit (JDK)"
|
||||||
|
|
Loading…
Reference in New Issue