aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xulrunner
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-22 00:15:48 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-22 00:15:48 -0600
commit953e2f632c4193af9350100a0b2640320a20d2ff (patch)
tree937a56f2b29e2ffe731cb31cf0c38e759c33e6ff /testing/xulrunner
parent90d83781a5d4bf203136a3242d485451a0d37f98 (diff)
downloadaports-953e2f632c4193af9350100a0b2640320a20d2ff.tar.bz2
aports-953e2f632c4193af9350100a0b2640320a20d2ff.tar.xz
testing/xulrunner: move libxul and friends to /usr/lib so that deptracing will work on xul apps
Diffstat (limited to 'testing/xulrunner')
-rw-r--r--testing/xulrunner/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/xulrunner/APKBUILD b/testing/xulrunner/APKBUILD
index 91752e008d..0026b93588 100644
--- a/testing/xulrunner/APKBUILD
+++ b/testing/xulrunner/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=xulrunner
pkgver=1.9.2.13
-pkgrel=1
+pkgrel=2
pkgdesc="runtime environment for xul-based applications"
url="http://developer.mozilla.org/en/XULRunner"
arch="all"
@@ -89,6 +89,10 @@ package() {
install -d "${pkgdir}"/etc/ld.so.conf.d
echo "/usr/lib/xulrunner-1.9.2" > "${pkgdir}"/etc/ld.so.conf.d/xulrunner.conf
+
+ mv "${pkgdir}"/usr/lib/xulrunner-${_xulrunner_version}/libxul.so "${pkgdir}"/usr/lib
+ mv "${pkgdir}"/usr/lib/xulrunner-${_xulrunner_version}/libxpcom.so "${pkgdir}"/usr/lib
+ mv "${pkgdir}"/usr/lib/xulrunner-${_xulrunner_version}/libmozjs.so "${pkgdir}"/usr/lib
}
md5sums="211464d0b19b21ce0db63f7bd6549466 xulrunner-1.9.2.13.source.tar.bz2