mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/graphite-carbon: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c3c9329680
commit
763fba7f60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue