mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-26 09:35:01 -07:00
firefox: temporarily add wrapper script to avoid setting rpath
This commit is contained in:
parent
5dc61832b4
commit
af388d2783
@ -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"
|
||||
|
@ -7,3 +7,4 @@ ba6e380bc3d2cbd1b3a505ab97687498335c334d8a4be7f465ad30ee366806c7
|
||||
bed3f4e39dcb8065dba174d37fb15f2a75887a6dd7ce6b872e5ab287c8bc386f
|
||||
4a232e3aa3973894a58c126b9e901c924d4e1ca3e00c4fc82d08de4b880183a9
|
||||
ed51ce8a6730c489ea9dda354f02c579fb3632925096a0260bfae7a6b82ceace
|
||||
a68295affbd2c9abac063127bba06e50d007a6a0f2fad9ec30aa5a841e521bb5
|
||||
|
4
extra/firefox/files/firefox.sh
Executable file
4
extra/firefox/files/firefox.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/firefox"
|
||||
exec /usr/lib/firefox/firefox
|
@ -7,3 +7,4 @@ patches/fix-linux-header.patch
|
||||
patches/no-dbus.patch
|
||||
patches/no-fribidi.patch
|
||||
patches/no-perl.patch
|
||||
files/firefox.sh
|
||||
|
Loading…
Reference in New Issue
Block a user