xulrunner: added /etc/ld.so.conf.d/xulrunner.conf.
This commit is contained in:
parent
ab99516eb1
commit
a9915e42f8
@ -1,6 +1,8 @@
|
|||||||
drwxr-xr-x root/root etc/
|
drwxr-xr-x root/root etc/
|
||||||
drwxr-xr-x root/root etc/gre.d/
|
drwxr-xr-x root/root etc/gre.d/
|
||||||
-rwxr-xr-x root/root etc/gre.d/1.9.0.3.system.conf
|
-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/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
lrwxrwxrwx root/root usr/bin/xulrunner -> /usr/lib/xulrunner-1.9.0.3/xulrunner
|
lrwxrwxrwx root/root usr/bin/xulrunner -> /usr/lib/xulrunner-1.9.0.3/xulrunner
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
name=xulrunner
|
name=xulrunner
|
||||||
version=1.9.0.3
|
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
|
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.3/source/firefox-3.0.3-source.tar.bz2
|
||||||
mozconfig)
|
mozconfig)
|
||||||
|
|
||||||
@ -25,4 +25,7 @@ build() {
|
|||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
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
|
||||||
}
|
}
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user