From 41281048070db3b9c76f50a4ce3a62fe9d8d7725 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sun, 30 Mar 2008 04:10:29 +0000 Subject: [PATCH] backport the working torbutton installation svn:r14239 --- contrib/osx/TorPostflight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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