diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-13 20:28:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-13 20:28:12 +0000 |
commit | 66cb23faa1c4f531869bf4a0a7f1a915172402b4 (patch) | |
tree | 06154c9a7ef50309696ad0025390fbba308d336e /www/firefox-esr | |
parent | d583ca7119016cb19e9a9c2a4270f942713b2671 (diff) | |
download | ports-66cb23faa1c4f531869bf4a0a7f1a915172402b4.tar.gz ports-66cb23faa1c4f531869bf4a0a7f1a915172402b4.zip |
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/files/patch-browser_app_mozilla.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-browser_app_mozilla.in b/www/firefox-esr/files/patch-browser_app_mozilla.in new file mode 100644 index 000000000000..714c8b33930f --- /dev/null +++ b/www/firefox-esr/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 |