diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-08-29 22:59:27 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:19:45 +0100 |
commit | 2335ea1dcbe1ac4d1c058595d2b3337bb62a9c8f (patch) | |
tree | e33d2a6bca5ac110c0de548177f0bd3982a4e6a9 /python/python-whisper | |
parent | 02328b5850954d3f561e2dd8787236974e1771bd (diff) | |
download | slackbuilds-2335ea1dcbe1ac4d1c058595d2b3337bb62a9c8f.tar.gz |
python/python-whisper: Fix SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 b6cc2d6908..95427dd7b1 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 |