From 2335ea1dcbe1ac4d1c058595d2b3337bb62a9c8f Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 29 Aug 2017 22:59:27 +0100 Subject: python/python-whisper: Fix SlackBuild. Signed-off-by: David Spencer --- python/python-whisper/python-whisper.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.2.3