From 0813120c79f57c365496157978ab6483657b2194 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 21 Mar 2019 15:18:35 +0100 Subject: Fixed /usr in launch scripts to allow run in container --- firefox-x11.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox-x11.sh.in') 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 "$@" -- cgit