network/deluge: Fix a thinko re manpage compression
This commit is contained in:
parent
9239914738
commit
bfbc4f3dfa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue