[or-cvs] r14238: Actually get torbutton to install into Firefox (tor/trunk/contrib/osx)

phobos at seul.org phobos at seul.org
Sun Mar 30 04:09:49 UTC 2008


Author: phobos
Date: 2008-03-30 00:09:48 -0400 (Sun, 30 Mar 2008)
New Revision: 14238

Modified:
   tor/trunk/contrib/osx/TorPostflight
Log:
Actually get torbutton to install into Firefox


Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight	2008-03-30 00:51:25 UTC (rev 14237)
+++ tor/trunk/contrib/osx/TorPostflight	2008-03-30 04:09:48 UTC (rev 14238)
@@ -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



More information about the tor-commits mailing list