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-wayland.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-wayland.sh.in')
-rw-r--r-- | firefox-wayland.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-wayland.sh.in b/firefox-wayland.sh.in index 3f91496..ec0923d 100644 --- a/firefox-wayland.sh.in +++ b/firefox-wayland.sh.in @@ -4,4 +4,4 @@ # export MOZ_ENABLE_WAYLAND=1 -exec /usr/bin/firefox "$@" +exec /__PREFIX__/bin/firefox "$@" |