start firefox (not firefox-bin) anymore as it's the same binary anyway
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 19 Jul 2012 20:30:56 +0200
changeset 502 ba1be580e369
parent 500 c2c5bb5248b0
child 503 70bc2b0ed583
start firefox (not firefox-bin) anymore as it's the same binary anyway
MozillaFirefox/mozilla.sh.in
--- a/MozillaFirefox/mozilla.sh.in	Thu Jul 19 20:26:15 2012 +0200
+++ b/MozillaFirefox/mozilla.sh.in	Thu Jul 19 20:30:56 2012 +0200
@@ -57,7 +57,7 @@
 MOZ_DIST_BIN="%PREFIX"
 MOZ_DIST_LIB="%PROGDIR"
 MOZ_APPNAME="%APPNAME"
-MOZ_PROGRAM="$MOZ_DIST_LIB/$MOZ_APPNAME-bin"
+MOZ_PROGRAM="$MOZ_DIST_LIB/$MOZ_APPNAME"
 
 MOZ_APP_LAUNCHER="$MOZ_DIST_LIB/$MOZ_APPNAME.sh"
 if [ "$0" = "$MOZ_APP_LAUNCHER" ]; then