summaryrefslogtreecommitdiff
path: root/xulrunner
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-10-18 22:35:34 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-10-18 22:36:23 +0200
commita9915e42f8d7554c7adb35e380f3296002ab0e31 (patch)
tree2585c5d14bc56911ae8dad85b36d049acd2c4e0b /xulrunner
parentab99516eb1f1f9ebade384118442c972b0ebe543 (diff)
downloadopt-a9915e42f8d7554c7adb35e380f3296002ab0e31.tar.gz
opt-a9915e42f8d7554c7adb35e380f3296002ab0e31.tar.xz
xulrunner: added /etc/ld.so.conf.d/xulrunner.conf.
Diffstat (limited to 'xulrunner')
-rw-r--r--xulrunner/.footprint2
-rw-r--r--xulrunner/Pkgfile5
-rw-r--r--xulrunner/README10
3 files changed, 6 insertions, 11 deletions
diff --git a/xulrunner/.footprint b/xulrunner/.footprint
index 08efb01eb..c93192831 100644
--- a/xulrunner/.footprint
+++ b/xulrunner/.footprint
@@ -1,6 +1,8 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/gre.d/
-rwxr-xr-x root/root etc/gre.d/1.9.0.3.system.conf
+drwxr-xr-x root/root etc/ld.so.conf.d/
+-rw-r--r-- root/root etc/ld.so.conf.d/xulrunner.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/xulrunner -> /usr/lib/xulrunner-1.9.0.3/xulrunner
diff --git a/xulrunner/Pkgfile b/xulrunner/Pkgfile
index bdbc170e3..9507a73dd 100644
--- a/xulrunner/Pkgfile
+++ b/xulrunner/Pkgfile
@@ -5,7 +5,7 @@
name=xulrunner
version=1.9.0.3
-release=1
+release=2
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.3/source/firefox-3.0.3-source.tar.bz2
mozconfig)
@@ -25,4 +25,7 @@ build() {
./configure
make
make DESTDIR=$PKG install
+
+ install -d $PKG/etc/ld.so.conf.d
+ echo "/usr/lib/$name-$version" > $PKG/etc/ld.so.conf.d/$name.conf
}
diff --git a/xulrunner/README b/xulrunner/README
deleted file mode 100644
index 24b627e4f..000000000
--- a/xulrunner/README
+++ /dev/null
@@ -1,10 +0,0 @@
-README for xulrunner 1.9
-
-REQUIREMENTS
-
-PRE-INSTALL
-
-POST-INSTALL
-1. append /usr/lib/xulrunner-1.9.0.3 to ld.so.conf and run ldconfig
-
-PRECAUTION

Generated by cgit