diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-30 12:31:09 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-30 12:31:09 (GMT) |
commit | a37e2434c8b5f4c49ef40bc6f0ee3ea03124ad94 (patch) | |
tree | 53a5ccc3b6e6ebf2aad3fae1aa794569c2d5ce26 /abs/extra-testing/xulrunner/PKGBUILD | |
parent | 5332451e787382363d5797c19043f2d766f7e4c3 (diff) | |
download | linhes_pkgbuild-a37e2434c8b5f4c49ef40bc6f0ee3ea03124ad94.zip linhes_pkgbuild-a37e2434c8b5f4c49ef40bc6f0ee3ea03124ad94.tar.gz linhes_pkgbuild-a37e2434c8b5f4c49ef40bc6f0ee3ea03124ad94.tar.bz2 |
xulrunner: add libs to ld.so.conf in install script
Diffstat (limited to 'abs/extra-testing/xulrunner/PKGBUILD')
-rw-r--r-- | abs/extra-testing/xulrunner/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/xulrunner/PKGBUILD b/abs/extra-testing/xulrunner/PKGBUILD index 84d6734..da6d8cd 100644 --- a/abs/extra-testing/xulrunner/PKGBUILD +++ b/abs/extra-testing/xulrunner/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xulrunner pkgver=1.9.1.1 _ffoxver=3.5.1 -pkgrel=2 +pkgrel=5 pkgdesc="Mozilla Runtime Environment" arch=(i686 x86_64) license=('MPL' 'GPL' 'LGPL') @@ -18,6 +18,7 @@ source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver} mozconfig) md5sums=('18169e189785d680827d4fce94524449' '6509d12e6b17bfc51c09e1dc35259035') +install=xulrunner.install build() { cd ${startdir}/src/mozilla-1.9.1 |