summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-06-04 03:38:04 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:30 +0200
commitaac08fdecb8a21785436b0b15224c3b10115f2ca (patch)
treed8162bb93e39221ca3d140a0789943ff32fa1a4f
parent7e06d25472d2caa25288c2c1125be06deb6f4e73 (diff)
downloadslackbuilds-aac08fdecb8a21785436b0b15224c3b10115f2ca.tar.gz
system/ZoneMinder: Fix man8 path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/ZoneMinder/ZoneMinder.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/ZoneMinder/ZoneMinder.SlackBuild b/system/ZoneMinder/ZoneMinder.SlackBuild
index 7fad4633e2..89b1015da4 100644
--- a/system/ZoneMinder/ZoneMinder.SlackBuild
+++ b/system/ZoneMinder/ZoneMinder.SlackBuild
@@ -95,6 +95,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
+mv $PKG/usr/share/man/man8 $PKG/usr/man/
+rm -rf $PKG/usr/share/man
find $PKG -name perllocal.pod \
-o -name ".packlist" \