backport the working torbutton installation

svn:r14239
This commit is contained in:
Andrew Lewman 2008-03-30 04:10:29 +00:00
parent e1ad6b4ad3
commit 4128104807
1 changed files with 1 additions and 1 deletions

View File

@ -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