summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/atop/atop.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/atop/atop.SlackBuild b/system/atop/atop.SlackBuild
index c2bbea7517..af035e2d7f 100644
--- a/system/atop/atop.SlackBuild
+++ b/system/atop/atop.SlackBuild
@@ -85,6 +85,10 @@ mkdir -p $PKG/usr/man/man1
gzip -9c man/atop.1 > $PKG/usr/man/man1/atop.1.gz
gzip -9c man/atopsar.1 > $PKG/usr/man/man1/atopsar.1.gz
+# Add the man-page of atoprc too
+mkdir -p $PKG/usr/man/man5
+gzip -9c man/atoprc.5 > $PKG/usr/man/man5/atoprc.5.gz
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a [A-Z][A-Z]* ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE