From aac08fdecb8a21785436b0b15224c3b10115f2ca Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 4 Jun 2017 08:38:04 +0700 Subject: system/ZoneMinder: Fix man8 path. Signed-off-by: Willy Sudiarto Raharjo --- system/ZoneMinder/ZoneMinder.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/ZoneMinder') 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" \ -- cgit v1.2.3