summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2017-08-29 23:59:27 +0200
committer David Spencer2017-09-02 11:19:45 +0200
commit2335ea1dcbe1ac4d1c058595d2b3337bb62a9c8f (patch)
treee33d2a6bca5ac110c0de548177f0bd3982a4e6a9
parent02328b5850954d3f561e2dd8787236974e1771bd (diff)
downloadslackbuilds-2335ea1dcbe1ac4d1c058595d2b3337bb62a9c8f.tar.gz
python/python-whisper: Fix SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--python/python-whisper/python-whisper.SlackBuild2
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