Commit 50c920dc authored by Andrew Lewman's avatar Andrew Lewman
Browse files

Actually get torbutton to install into Firefox


svn:r14238
parent ae4150dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,6 +124,6 @@ fi
if [ -f /Applications/Firefox.app/Contents/MacOS/firefox ]; then
  if [ -f $TARGET/torbutton-$TORBUTTON_VERSION.xpi ]; then
# Open firefox with a prompt to install the torbutton xpi
      /Applications/Firefox.app/Contents/MacOS/firefox $TARGET/torbutton-$TORBUTTON_VERSION.xpi
      su $USER /Applications/Firefox.app/Contents/MacOS/firefox $TARGET/torbutton-$TORBUTTON_VERSION.xpi
  fi
fi