aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-03-30 04:09:48 +0000
committerAndrew Lewman <andrew@torproject.org>2008-03-30 04:09:48 +0000
commit50c920dcb1867d013ef181d9a5789182b5b33a79 (patch)
treefe34552d4bd99b1ef3e9b7de5fcf68372476cc1e
parentae4150dd02afacf0f7420a1ed8777fc8d8a84dd5 (diff)
downloadtor-50c920dcb1867d013ef181d9a5789182b5b33a79.tar
tor-50c920dcb1867d013ef181d9a5789182b5b33a79.tar.gz
Actually get torbutton to install into Firefox
svn:r14238
-rw-r--r--contrib/osx/TorPostflight2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight
index ca34c9506..00a91b9c9 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