[freenet-cvs] r19877 - trunk/apps/new_installer/res/unix/bin

Top Page
Delete this message
Reply to this message
Author: devl
Date:  
To: cvs
Subject: [freenet-cvs] r19877 - trunk/apps/new_installer/res/unix/bin
Author: nextgens
Date: 2008-05-09 16:57:39 +0000 (Fri, 09 May 2008)
New Revision: 19877

Modified:
trunk/apps/new_installer/res/unix/bin/browse.sh
Log:
new_installer: re-enable the FF detection on macos

Modified: trunk/apps/new_installer/res/unix/bin/browse.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/browse.sh    2008-05-09 16:37:36 UTC (rev 19876)
+++ trunk/apps/new_installer/res/unix/bin/browse.sh    2008-05-09 16:57:39 UTC (rev 19877)
@@ -39,12 +39,11 @@
        maybeCreateFFProfile "`which $name 2>/dev/null`"
    done

-# it works but I need to figure out how to make -CreateProfile accept spaces in the path
-#    if test `uname -s` = "Darwin"
-#    then
-#        maybeCreateFFProfile "$HOME/Applications/Firefox.app/Contents/MacOS/firefox"
-#        maybeCreateFFProfile "/Applications/Firefox.app/Contents/MacOS/firefox"
-#    fi
+    if test `uname -s` = "Darwin"
+    then
+        maybeCreateFFProfile "$HOME/Applications/Firefox.app/Contents/MacOS/firefox"
+        maybeCreateFFProfile "/Applications/Firefox.app/Contents/MacOS/firefox"
+    fi

    echo The installer was unable to locate Mozilla Firefox
    echo on your computer. Be informed that Freenet *will*