[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14239: backport the working torbutton installation (tor/branches/tor-0_2_0-patches/contrib/osx)
Author: phobos
Date: 2008-03-30 00:10:29 -0400 (Sun, 30 Mar 2008)
New Revision: 14239
Modified:
tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
Log:
backport the working torbutton installation
Modified: tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight 2008-03-30 04:09:48 UTC (rev 14238)
+++ tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight 2008-03-30 04:10:29 UTC (rev 14239)
@@ -124,6 +124,6 @@
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