[arch-commits] Commit in xulrunner/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Dec 30 18:17:27 UTC 2010
Date: Thursday, December 30, 2010 @ 13:17:26
Author: ibiru
Revision: 104200
upgpkg: xulrunner 1.9.2.13-3
accomodate dictionaries location
Modified:
xulrunner/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-12-30 18:16:58 UTC (rev 104199)
+++ PKGBUILD 2010-12-30 18:17:26 UTC (rev 104200)
@@ -4,7 +4,7 @@
pkgname=xulrunner
pkgver=1.9.2.13
_ffoxver=3.6.13
-pkgrel=2
+pkgrel=3
pkgdesc="Mozilla Runtime Environment"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -61,7 +61,7 @@
#Remove included dictionaries, add symlink to system myspell path.
#Note: this will cause file conflicts when users have installed dictionaries in the old location
rm -rf "${pkgdir}/usr/lib/xulrunner-1.9.2/dictionaries"
- ln -sf /usr/share/myspell "${pkgdir}/usr/lib/xulrunner-1.9.2/dictionaries"
+ ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/xulrunner-1.9.2/dictionaries"
# add xulrunner library path to ld.so.conf
install -d ${pkgdir}/etc/ld.so.conf.d
More information about the arch-commits
mailing list