| author | Guillaume Alaux
<guillaume@archlinux.org> 2014-08-19 10:34:34 UTC |
| committer | Guillaume Alaux
<guillaume@archlinux.org> 2014-08-19 10:34:34 UTC |
| parent | f2bd2a997c2c5c91b97b951e556bdd069a6e85f0 |
| PKGBUILD | +1 | -1 |
| install_java-common.sh | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 95ac33c..86cd138 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Guillaume ALAUX <guillaume@archlinux.org> pkgname=java-common pkgver=1 -pkgrel=3 +pkgrel=4 pkgdesc='Common files for Java Environments' arch=('any') url='www.archlinux.org' diff --git a/install_java-common.sh b/install_java-common.sh index 926f1be..4634bbe 100644 --- a/install_java-common.sh +++ b/install_java-common.sh @@ -1,7 +1,7 @@ post_install() { echo 'Installing multiple non-conflicting Java environments is now supported' echo 'Check the following wiki section for more info:' - echo ' https://wiki.archlinux.org/index.php/Java#Multiple_official_Java_environments' + echo ' https://wiki.archlinux.org/index.php/Java' echo 'Please make sure JAVA_HOME is set to /usr/lib/jvm/java-default-runtime' echo 'If not, you may have to logout and login again to set it according to /etc/profile.d/jre.sh' }