summaryrefslogtreecommitdiffstats
path: root/system/ZoneMinder
diff options
context:
space:
mode:
Diffstat (limited to 'system/ZoneMinder')
-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" \