[or-cvs] r14370: TARGET is not the same as /Library/Torbutton (tor/trunk/contrib/osx)

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


Author: phobos
Date: 2008-04-15 16:18:32 -0400 (Tue, 15 Apr 2008)
New Revision: 14370

Modified:
   tor/trunk/contrib/osx/TorPostflight
Log:
TARGET is not the same as /Library/Torbutton


Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight	2008-04-14 23:55:03 UTC (rev 14369)
+++ tor/trunk/contrib/osx/TorPostflight	2008-04-15 20:18:32 UTC (rev 14370)
@@ -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