mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Make OSX script alias tor-resolve binary correctly. Fix bug 216
svn:r5764
This commit is contained in:
parent
c8e6003412
commit
ba1968d028
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user