From: Andrew Lewman Date: Sun, 30 Mar 2008 04:09:48 +0000 (+0000) Subject: Actually get torbutton to install into Firefox X-Git-Tag: tor-0.2.1.1-alpha~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50c920dcb1867d013ef181d9a5789182b5b33a79;p=thirdparty%2Ftor.git Actually get torbutton to install into Firefox svn:r14238 --- diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index ca34c95065..00a91b9c99 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -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