From 50c920dcb1867d013ef181d9a5789182b5b33a79 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sun, 30 Mar 2008 04:09:48 +0000 Subject: [PATCH] Actually get torbutton to install into Firefox svn:r14238 --- contrib/osx/TorPostflight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT