diff options
author | Martin Stransky <stransky@redhat.com> | 2019-03-21 15:18:35 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-03-21 15:18:35 +0100 |
commit | 0813120c79f57c365496157978ab6483657b2194 (patch) | |
tree | e449268cecdb15447761563f5188bdce86a7be64 /firefox-x11.sh.in | |
parent | Release build, Fixed mozbz#1423598 for multi-monitor setup, rawhide build fix... (diff) | |
download | librewolf-fedora-ff-0813120c79f57c365496157978ab6483657b2194.tar.gz librewolf-fedora-ff-0813120c79f57c365496157978ab6483657b2194.tar.bz2 librewolf-fedora-ff-0813120c79f57c365496157978ab6483657b2194.zip |
Fixed /usr in launch scripts to allow run in container
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r-- | firefox-x11.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in index 4ae4b0c..6f9f760 100644 --- a/firefox-x11.sh.in +++ b/firefox-x11.sh.in @@ -4,4 +4,4 @@ # export MOZ_DISABLE_WAYLAND=1 -exec /usr/bin/firefox "$@" +exec /__PREFIX__/bin/firefox "$@" |