summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-04-15 20:19:19 +0000
committerAndrew Lewman <andrew@torproject.org>2008-04-15 20:19:19 +0000
commit5f85fc9681c07fca07d82d7fd52f420273a734ae (patch)
tree745a9a6c56a20ac669844c0cb2738a77cacca202
parent1e17860d201e55839c87a81d99a36451736d38ed (diff)
downloadtor-5f85fc9681c07fca07d82d7fd52f420273a734ae.tar.gz
tor-5f85fc9681c07fca07d82d7fd52f420273a734ae.zip
backport r14370
svn:r14371
-rw-r--r--contrib/osx/TorPostflight4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight
index 456a8a839d..6dc95a059a 100644
--- a/contrib/osx/TorPostflight
+++ b/contrib/osx/TorPostflight
@@ -122,8 +122,8 @@ if [ -d /Library/StartupItems/Tor ]; then
fi
if [ -f /Applications/Firefox.app/Contents/MacOS/firefox ]; then
- if [ -f $TARGET/torbutton-$TORBUTTON_VERSION.xpi ]; then
+ if [ -f /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi ]; then
# Open firefox with a prompt to install the torbutton xpi
- su $USER open -a /Applications/Firefox.app $TARGET/torbutton-$TORBUTTON_VERSION.xpi
+ su $USER open -a /Applications/Firefox.app /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi
fi
fi