firefox-bin: cleanups

This commit is contained in:
Fredrik Rinnestam 2018-11-02 21:46:31 +01:00
parent 73614a65e7
commit 0d756e0778
3 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,6 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ld.so.conf.d/
drwxr-xr-x root/root etc/revdep.d/
-rw-r--r-- root/root etc/revdep.d/firefox-bin
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/firefox -> /usr/lib/firefox/firefox

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XKjv0fD3ExdDEcWmYDzppN6rHBBH3qugZK4llWDYLZD7Pce3zUGsIaUoG1kAo//qnpjZvVXiK0oCOfdaQ6Yyg8=
SHA256 (Pkgfile) = e746e71d56f63bd0fe388d2ac1dd3d46cc15001f53491704bad7650b5e580742
SHA256 (.footprint) = d0cd30c20fc600c7377e9040ae4a28b86624ff2e8d2140c37d524b8c36a49833
RWSE3ohX2g5d/bw52gGaquqYLyGIyMQPgqnZ4OzI1w1XmSil21hIVEYIzoCNWTGNvk7KQX+R7d2UPmTBlIFNCXKbDKgfJqxM4Ao=
SHA256 (Pkgfile) = 14ff222a08496b84111b2d2cf8d8de51d7d9c86e9cd1bca4a039451f75a1a10f
SHA256 (.footprint) = e3f21e17c2f4b1e96e98627eef595baa30d0675cf56a22a07f02a31e3e095b50
SHA256 (firefox-63.0.1.tar.bz2) = d4c696d77823bb3a3ea24d67d0f1075899fbaa4a0893d069f606015708ad1fca

View File

@ -16,7 +16,9 @@ build() {
mkdir -p $PKG/usr/lib/firefox/lib
find $PKG/usr/lib/firefox -name '*.so' -exec cp '{}' lib/ \;
install -d $PKG/etc/ld.so.conf.d
mkdir -p $PKG/etc/revdep.d
echo "/usr/lib/firefox/lib" > $PKG/etc/revdep.d/firefox-bin
rm -r $PKG/usr/lib/firefox/browser/features
}