[arch-commits] Commit in openjdk6/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Wed Nov 5 17:28:09 UTC 2008
Date: Wednesday, November 5, 2008 @ 12:28:09
Author: andyrtr
Revision: 18432
upgpkg: openjdk6 1.3.1-2
fix renamed browser plugin
Modified:
openjdk6/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-05 16:16:03 UTC (rev 18431)
+++ PKGBUILD 2008-11-05 17:28:09 UTC (rev 18432)
@@ -5,7 +5,7 @@
pkgver=1.3.1
#_date=20080915
_icedteaver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Free Java environment based on OpenJDK 6.0 with IcedTea6 replacing binary plugs.'
url='http://icedtea.classpath.org'
arch=('i686' 'x86_64')
@@ -135,7 +135,7 @@
# link the mozilla-plugin
install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
- ln -sf ${_jvmdir}/jre/lib/${_arch/i586/i386}/gcjwebplugin.so ${pkgdir}/usr/lib/mozilla/plugins/ || return 1
+ ln -sf ${_jvmdir}/jre/lib/${_arch/i586/i386}/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/ || return 1
# link binaries into /usr/bin
install -m755 -d ${pkgdir}/usr/bin
More information about the arch-commits
mailing list