diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-12-06 18:46:59 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-12-06 18:46:59 +0000 |
commit | c414de953bf73f5793dfbba224dadf52023c3234 (patch) | |
tree | 9170d46abb38aff432f43d79013b21105b040125 /contrib/osx | |
parent | 75c38a2c88eb4d34d2fe8e5137aaa6cd6a8d8f3b (diff) | |
download | tor-c414de953bf73f5793dfbba224dadf52023c3234.tar.gz tor-c414de953bf73f5793dfbba224dadf52023c3234.zip |
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
Diffstat (limited to 'contrib/osx')
-rw-r--r-- | contrib/osx/TorPostflight | 4 |
1 files changed, 2 insertions, 2 deletions
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 |