network/deluge: Fix a thinko re manpage compression

This commit is contained in:
Robby Workman 2010-05-20 14:25:35 -05:00
parent 9239914738
commit bfbc4f3dfa
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/man
mv $PKG/usr/share/man/man1 $PKG/usr/man
rm -r $PKG/usr/share/man
find $PKG -type f -exec gzip -9 {} \;
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION