[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14369: backport r14368 (tor/branches/tor-0_2_0-patches/contrib/osx)
Author: phobos
Date: 2008-04-14 19:55:03 -0400 (Mon, 14 Apr 2008)
New Revision: 14369
Modified:
tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
Log:
backport r14368
Modified: tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight 2008-04-14 23:30:39 UTC (rev 14368)
+++ tor/branches/tor-0_2_0-patches/contrib/osx/TorPostflight 2008-04-14 23:55:03 UTC (rev 14369)
@@ -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
- su $USER /Applications/Firefox.app/Contents/MacOS/firefox $TARGET/torbutton-$TORBUTTON_VERSION.xpi
+ su $USER open -a /Applications/Firefox.app $TARGET/torbutton-$TORBUTTON_VERSION.xpi
fi
fi