Explorar o código

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

svn:r5764
Nick Mathewson %!s(int64=19) %!d(string=hai) anos
pai
achega
ba1968d028
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/osx/TorPostflight

+ 1 - 1
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
   mv tor-resolve tor-resolve_old
 fi
 fi
 ln -sf $TARGET/tor .
 ln -sf $TARGET/tor .
-ln -sf $TARGET/tor_resolve .
+ln -sf $TARGET/tor-resolve .
 
 
 cd /usr/share/man/man1
 cd /usr/share/man/man1
 MAN1=$TARGET/man/man1
 MAN1=$TARGET/man/man1