From c414de953bf73f5793dfbba224dadf52023c3234 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Thu, 6 Dec 2007 18:46:59 +0000 Subject: backport candidates for win32 and osx. Fix some obvious win32 nsi changes caught by Steve Topletz. Fix the man page path in OSX as caught by mmmpf. svn:r12703 --- contrib/osx/TorPostflight | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/osx') diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index b9b34fcc84..b6b0f27222 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -89,8 +89,8 @@ ln -sf $TARGET/tor . ln -sf $TARGET/tor-resolve . cd /usr/share/man/man1 -MAN1=$TARGET/man/man1 -ln -sf $MAN1/*.1 . +MAN1=$TARGET/share/man/man1 +#ln -sf $MAN1/*.1 . if [ -d /Library/StartupItems/Privoxy ]; then find /Library/StartupItems/Privoxy -print0 | xargs -0 chown root:wheel -- cgit v1.2.3-54-g00ecf