summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-03-30 04:10:29 +0000
committerAndrew Lewman <andrew@torproject.org>2008-03-30 04:10:29 +0000
commit41281048070db3b9c76f50a4ce3a62fe9d8d7725 (patch)
tree2c2dde78ddba45f79acecd0d0676fbe5e78621a8
parente1ad6b4ad3f2454836609ab3bd3b77b19ad25a44 (diff)
downloadtor-41281048070db3b9c76f50a4ce3a62fe9d8d7725.tar.gz
tor-41281048070db3b9c76f50a4ce3a62fe9d8d7725.zip
backport the working torbutton installation
svn:r14239
-rw-r--r--contrib/osx/TorPostflight2
1 files changed, 1 insertions, 1 deletions
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