xulrunner: added /etc/ld.so.conf.d/xulrunner.conf.

This commit is contained in:
Tilman Sauerbeck 2008-10-18 22:35:34 +02:00
parent ab99516eb1
commit a9915e42f8
3 changed files with 6 additions and 11 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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