diff options
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/files/patch-browser_app_mozilla.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox/files/patch-browser_app_mozilla.in b/www/firefox/files/patch-browser_app_mozilla.in new file mode 100644 index 0000000..714c8b3 --- /dev/null +++ b/www/firefox/files/patch-browser_app_mozilla.in @@ -0,0 +1,10 @@ +--- browser/app/mozilla.in.orig Sat Oct 2 02:05:53 2004 ++++ browser/app/mozilla.in Sat Oct 2 02:06:15 2004 +@@ -110,6 +110,7 @@ + # Check default compile-time libdir + if [ -x "$moz_libdir/run-mozilla.sh" ]; then + dist_bin="$moz_libdir" ++ run_moz="$dist_bin/run-mozilla.sh" + else + echo "Cannot find mozilla runtime directory. Exiting." + exit 1 |