diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-04 08:38:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:30 +0700 |
commit | aac08fdecb8a21785436b0b15224c3b10115f2ca (patch) | |
tree | d8162bb93e39221ca3d140a0789943ff32fa1a4f /system | |
parent | 7e06d25472d2caa25288c2c1125be06deb6f4e73 (diff) | |
download | slackbuilds-aac08fdecb8a21785436b0b15224c3b10115f2ca.tar.gz |
system/ZoneMinder: Fix man8 path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/ZoneMinder/ZoneMinder.SlackBuild | 2 |
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" \ |