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