diff options
Diffstat (limited to 'office/mupdf')
-rw-r--r-- | office/mupdf/mupdf.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/mupdf/mupdf.SlackBuild b/office/mupdf/mupdf.SlackBuild index d56c9fa97e..2e372e2de5 100644 --- a/office/mupdf/mupdf.SlackBuild +++ b/office/mupdf/mupdf.SlackBuild @@ -61,7 +61,8 @@ mv $PKG/usr/bin/pdfinfo $PKG/usr/bin/pdfinfo-mupdf find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mv $PKG/usr/share/man/man1 $PKG/usr/man +mkdir -p $PKG/usr/man +mv $PKG/usr/share/man/man1 $PKG/usr/man/man1 rm $PKG/usr/share/man -r find $PKG/usr/man -type f -exec gzip -9 {} \; |