mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
11 lines
365 B
Plaintext
11 lines
365 B
Plaintext
--- 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
|