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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jan 31 19:18:20 UTC 2010


    Date: Sunday, January 31, 2010 @ 14:18:19
  Author: andyrtr
Revision: 66556

upgpkg: xulrunner 1.9.2-3
    add xulrunner library path to ld.so.conf.d dir

Modified:
  xulrunner/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-31 17:36:40 UTC (rev 66555)
+++ PKGBUILD	2010-01-31 19:18:19 UTC (rev 66556)
@@ -4,7 +4,7 @@
 pkgname=xulrunner
 pkgver=1.9.2
 _ffoxver=3.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Mozilla Runtime Environment"
 arch=(i686 x86_64)
 license=('MPL' 'GPL' 'LGPL')
@@ -53,4 +53,8 @@
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" || return 1
   make -j1 DESTDIR="${pkgdir}" install || return 1
+
+  # 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
 }




More information about the arch-commits mailing list