diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-10-25 07:37:51 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:31 -0500 |
commit | 230e2100da75657a4466585ee90eba594fc6549c (patch) | |
tree | 2739ebaa87aeab2c146aa5c965a20463548e3ef4 /system/atop | |
parent | ca46ac39a08968acca806dfaa75eaa4c6e303b84 (diff) | |
download | slackbuilds-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/atop')
-rw-r--r-- | system/atop/atop.SlackBuild | 4 |
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 |