[arch-commits] Commit in openjdk6/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Mar 3 18:55:51 UTC 2012


    Date: Saturday, March 3, 2012 @ 13:55:51
  Author: andyrtr
Revision: 151906

upgpkg: openjdk6 6.b24_1.11.1-2

add install-abs-dir option that fixes some path settings, FS#28577 + FS#28579

Modified:
  openjdk6/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-03 18:29:05 UTC (rev 151905)
+++ PKGBUILD	2012-03-03 18:55:51 UTC (rev 151906)
@@ -9,7 +9,7 @@
 _openjdk_version=b24
 _openjdk_date=14_nov_2011
 pkgver=${_javaver}.${_openjdk_version}_${_icedteaver}
-pkgrel=1
+pkgrel=2
 url='http://icedtea.classpath.org'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -75,7 +75,8 @@
 	--with-jaxp-drop-zip=${srcdir}/jaxp144_03.zip \
   	--with-jaxws-drop-zip=${srcdir}/jdk6-jaxws2_1_6-2011_06_13.zip \
 	--with-jaf-drop-zip=${srcdir}/jdk6-jaf-b20.zip \
-	--disable-bootstrap
+	--disable-bootstrap \
+	--with-abs-install-dir=${_jvmdir}
   LD_PRELOAD="" make 
 }
 




More information about the arch-commits mailing list