Explorar o código

TARGET is not the same as /Library/Torbutton

svn:r14370
Andrew Lewman %!s(int64=17) %!d(string=hai) anos
pai
achega
133aeafb29
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      contrib/osx/TorPostflight

+ 2 - 2
contrib/osx/TorPostflight

@@ -122,8 +122,8 @@ if [ -d /Library/StartupItems/Tor ]; then
 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