[or-cvs] r14371: backport r14370 (tor/branches/tor-0_2_0-patches/contrib/osx)

phobos at seul.org phobos at seul.org
Tue Apr 15 20:19:20 UTC 2008


Author: phobos
Date: 2008-04-15 16:19:19 -0400 (Tue, 15 Apr 2008)
New Revision: 14371

Modified:
   tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
Log:
backport r14370


Modified: tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight	2008-04-15 20:18:32 UTC (rev 14370)
+++ tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight	2008-04-15 20:19:19 UTC (rev 14371)
@@ -122,8 +122,8 @@
 fi
 
 if [ -f /Applications/Firefox.app/Contents/MacOS/firefox ]; then
-  if [ -f $TARGET/torbutton-$TORBUTTON_VERSION.xpi ]; then
+  if [ -f /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi ]; then
 # Open firefox with a prompt to install the torbutton xpi
-      su $USER open -a /Applications/Firefox.app $TARGET/torbutton-$TORBUTTON_VERSION.xpi
+      su $USER open -a /Applications/Firefox.app /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi
   fi
 fi



More information about the tor-commits mailing list