diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-01-10 18:43:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-01-10 18:43:10 +0000 |
commit | ba1968d028448c456f10ba157297d82a8bd0e971 (patch) | |
tree | 4b3408050ceeaf6ecc1f4a1c60f90e8f84016193 /contrib | |
parent | c8e6003412300a235ae51d959d8a9bea63724a90 (diff) | |
download | tor-ba1968d028448c456f10ba157297d82a8bd0e971.tar.gz tor-ba1968d028448c456f10ba157297d82a8bd0e971.zip |
Make OSX script alias tor-resolve binary correctly. Fix bug 216
svn:r5764
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 0dd905110a..d7c3835dd0 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -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 |