summaryrefslogtreecommitdiff
path: root/firefox-wayland.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-21 15:18:35 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-21 15:18:35 +0100
commit0813120c79f57c365496157978ab6483657b2194 (patch)
treee449268cecdb15447761563f5188bdce86a7be64 /firefox-wayland.sh.in
parentRelease build, Fixed mozbz#1423598 for multi-monitor setup, rawhide build fix... (diff)
downloadlibrewolf-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.in2
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 "$@"
bgstack15