diff options
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 4c24c5eb37..a0510bdbd6 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 |