summaryrefslogtreecommitdiff
path: root/firefox-x11.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r--firefox-x11.sh.in2
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 "$@"
bgstack15