Make OSX script alias tor-resolve binary correctly. Fix bug 216

svn:r5764
This commit is contained in:
Nick Mathewson 2006-01-10 18:43:10 +00:00
parent c8e6003412
commit ba1968d028

View File

@ -46,7 +46,7 @@ if [ -e /usr/bin/tor-resolve -a ! -L /usr/bin/tor-resolve ]; then
mv tor-resolve tor-resolve_old
fi
ln -sf $TARGET/tor .
ln -sf $TARGET/tor_resolve .
ln -sf $TARGET/tor-resolve .
cd /usr/share/man/man1
MAN1=$TARGET/man/man1