diff options
Diffstat (limited to 'python/python-whisper')
-rw-r--r-- | python/python-whisper/python-whisper.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-whisper/python-whisper.SlackBuild b/python/python-whisper/python-whisper.SlackBuild index b6cc2d690875..95427dd7b1a7 100644 --- a/python/python-whisper/python-whisper.SlackBuild +++ b/python/python-whisper/python-whisper.SlackBuild @@ -78,7 +78,7 @@ for i in $PKG/usr/bin/*.py ; do mv $i ${i/.py/} ; done # Manpages thanks to Debian folks! mkdir -p $PKG/usr/man -cp $CWD/man1 $PKG/usr/man +cp -r $CWD/man1 $PKG/usr/man find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |