summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Menno Duursma2010-10-25 14:37:51 +0200
committer Erik Hanson2010-10-25 14:55:31 +0200
commit230e2100da75657a4466585ee90eba594fc6549c (patch)
tree2739ebaa87aeab2c146aa5c965a20463548e3ef4 /system
parentca46ac39a08968acca806dfaa75eaa4c6e303b84 (diff)
downloadslackbuilds-230e2100da75657a4466585ee90eba594fc6549c.tar.gz
system/atop: Add an install statement for the atoprc(5) manpage.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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