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

Ionut Biru ibiru at archlinux.org
Tue Mar 23 20:11:02 UTC 2010


    Date: Tuesday, March 23, 2010 @ 16:11:01
  Author: ibiru
Revision: 73185

upgpkg: xulrunner 1.9.2.2-2
fix LD_LIBRARY_PATH

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-23 18:25:21 UTC (rev 73184)
+++ PKGBUILD	2010-03-23 20:11:01 UTC (rev 73185)
@@ -4,7 +4,7 @@
 pkgname=xulrunner
 pkgver=1.9.2.2
 _ffoxver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla Runtime Environment"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -74,5 +74,5 @@
 
   # add xulrunner library path to ld.so.conf
   install -d ${pkgdir}/etc/ld.so.conf.d
-  echo "/usr/lib/xulrunner-$pkgver" > ${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
+  echo "/usr/lib/xulrunner-1.9.2" > ${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
 }




More information about the arch-commits mailing list