diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-13 20:28:12 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-13 20:28:12 +0000 |
commit | c8f8e99237221137bbaf40b210237b8bd295b87b (patch) | |
tree | 5ba9a0d8ab416c6f44ddbaaf097c3931fb9981f0 /www/firefox | |
parent | fde0138b093bbd9ab0ef9c1a8996b582f1846c88 (diff) | |
download | FreeBSD-ports-c8f8e99237221137bbaf40b210237b8bd295b87b.zip FreeBSD-ports-c8f8e99237221137bbaf40b210237b8bd295b87b.tar.gz |
Add a patch that was forgotten in the 1.0.1.p update.
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 |