diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-12-14 05:20:38 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-12-14 05:20:38 +0000 |
commit | 0a75fd2faaa65e59303c47f05e29330295e979af (patch) | |
tree | 551480dd9cb23e4d162fca82fccf9d3014c811a6 /contrib/polipo/PolipoPostflight | |
parent | 1ce6d885088cf589e493dd197e4f38f2278af0c4 (diff) | |
download | tor-0a75fd2faaa65e59303c47f05e29330295e979af.tar tor-0a75fd2faaa65e59303c47f05e29330295e979af.tar.gz |
update postflight to put the man page in the right place on osx.
clarify license in the mingw.nsi and some minor touch ups.
svn:r12806
Diffstat (limited to 'contrib/polipo/PolipoPostflight')
-rw-r--r-- | contrib/polipo/PolipoPostflight | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/polipo/PolipoPostflight b/contrib/polipo/PolipoPostflight index 4c24c5eb3..a0510bdbd 100644 --- a/contrib/polipo/PolipoPostflight +++ b/contrib/polipo/PolipoPostflight @@ -42,8 +42,7 @@ if [ ! -f $TARGET/config]; then fi cd /usr/share/man/man1 -MAN1=$TARGET/man/man1 -ln -sf $MAN1/*.1 . +MAN1=$TARGET/share/man/man1 if [ -d /Library/StartupItems/Polipo ]; then find /Library/StartupItems/Polipo -print0 | xargs -0 chown root:wheel |