[arch-commits] Commit in java-common/trunk (PKGBUILD install_java-common.sh)

Guillaume Alaux guillaume at archlinux.org
Tue Aug 19 10:34:34 UTC 2014


    Date: Tuesday, August 19, 2014 @ 12:34:34
  Author: guillaume
Revision: 220242

Fix wiki link in install script

Modified:
  java-common/trunk/PKGBUILD
  java-common/trunk/install_java-common.sh

------------------------+
 PKGBUILD               |    2 +-
 install_java-common.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-19 08:59:43 UTC (rev 220241)
+++ PKGBUILD	2014-08-19 10:34:34 UTC (rev 220242)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=java-common
 pkgver=1
-pkgrel=3
+pkgrel=4
 pkgdesc='Common files for Java Environments'
 arch=('any')
 url='www.archlinux.org'

Modified: install_java-common.sh
===================================================================
--- install_java-common.sh	2014-08-19 08:59:43 UTC (rev 220241)
+++ install_java-common.sh	2014-08-19 10:34:34 UTC (rev 220242)
@@ -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'
 }




More information about the arch-commits mailing list