mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/atop: Add an install statement for the atoprc(5) manpage.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
ca46ac39a0
commit
230e2100da
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue