firefox: temporarily add wrapper script to avoid setting rpath

This commit is contained in:
git-bruh 2022-09-03 15:58:50 +05:30
parent 5dc61832b4
commit af388d2783
No known key found for this signature in database
4 changed files with 9 additions and 0 deletions

View File

@ -111,3 +111,6 @@ rm -rf \
"$1/usr/lib/firefox/browser/features/webcompat-reporter@mozilla.org.xpi" \
"$1/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi" \
"$1/usr/lib/firefox/browser/features/doh-rollout@mozilla.org.xpi"
rm "$1/usr/bin/firefox"
cp firefox.sh "$1/usr/bin/firefox"

View File

@ -7,3 +7,4 @@ ba6e380bc3d2cbd1b3a505ab97687498335c334d8a4be7f465ad30ee366806c7
bed3f4e39dcb8065dba174d37fb15f2a75887a6dd7ce6b872e5ab287c8bc386f
4a232e3aa3973894a58c126b9e901c924d4e1ca3e00c4fc82d08de4b880183a9
ed51ce8a6730c489ea9dda354f02c579fb3632925096a0260bfae7a6b82ceace
a68295affbd2c9abac063127bba06e50d007a6a0f2fad9ec30aa5a841e521bb5

4
extra/firefox/files/firefox.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/firefox"
exec /usr/lib/firefox/firefox

View File

@ -7,3 +7,4 @@ patches/fix-linux-header.patch
patches/no-dbus.patch
patches/no-fribidi.patch
patches/no-perl.patch
files/firefox.sh