network/graphite-carbon: Fixed SlackBuild.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-10-27 22:37:35 +01:00 committed by Willy Sudiarto Raharjo
parent c3c9329680
commit 763fba7f60

View file

@ -119,7 +119,7 @@ rm -rf $PKG/usr/{storage,examples}
# Manpages thanks to Debian folks! # Manpages thanks to Debian folks!
mkdir -p $PKG/usr/man mkdir -p $PKG/usr/man
cp $CWD/man1 $PKG/usr/man cp -r $CWD/man1 $PKG/usr/man
find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION