[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3822: Call firefox-bin and not the firefox shell script. This shou (vidalia/branches/vidalia-0.1/pkg/osx)



Author: phobos
Date: 2009-06-08 20:20:50 -0400 (Mon, 08 Jun 2009)
New Revision: 3822

Modified:
   vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight
Log:
Call firefox-bin and not the firefox shell script.  This should resolve
the progname errors seen in 10.5.6+.  update the torbutton version.


Modified: vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight
===================================================================
--- vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight	2009-06-08 22:09:26 UTC (rev 3821)
+++ vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight	2009-06-09 00:20:50 UTC (rev 3822)
@@ -7,7 +7,7 @@
 TARGET=$2/Library/Tor
 TORDIR=$TARGET/var/lib/tor
 LOGFILE=/var/log/tor.log
-TORBUTTON_VERSION="1.2.0-fx"
+TORBUTTON_VERSION="1.2.1-fx"
 
 # Check defaults for TARGET
 if [ "$TARGET" == "//Library/Tor" ]; then
@@ -72,6 +72,6 @@
 
 if [ -f /Applications/Firefox.app/Contents/MacOS/firefox ]; then
   if [ -f /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi ]; then
-      su $USER /Applications/Firefox.app/Contents/MacOS/firefox /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi
+      su $USER /Applications/Firefox.app/Contents/MacOS/firefox-bin /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi
   fi
 fi