From be2821064c3b641346bb52f3c6ecfc07193d02a4 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Tue, 11 Dec 2018 00:44:24 +0700 Subject: system/atop: Add man page. Signed-off-by: Willy Sudiarto Raharjo --- system/atop/atop.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/atop') diff --git a/system/atop/atop.SlackBuild b/system/atop/atop.SlackBuild index 889f3bcd65..2d29833e4c 100644 --- a/system/atop/atop.SlackBuild +++ b/system/atop/atop.SlackBuild @@ -13,7 +13,7 @@ PRGNAM=atop VERSION=${VERSION:-2.3.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -83,10 +83,11 @@ touch $PKG/var/log/atop/dummy_{before,after} 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 -mkdir -p $PKG/usr/man/man{1,5} +mkdir -p $PKG/usr/man/man{1,5,8} gzip -9c man/atop.1 > $PKG/usr/man/man1/atop.1.gz gzip -9c man/atopsar.1 > $PKG/usr/man/man1/atopsar.1.gz gzip -9c man/atoprc.5 > $PKG/usr/man/man5/atoprc.5.gz +gzip -9c man/atopacctd.8 > $PKG/usr/man/man8/atopacctd.8.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a [A-Z][A-Z]* ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3