games/stone_soup: Fixed in game docs.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
David Melik 2013-01-01 00:40:54 -05:00 committed by dsomero
parent bfd22dba27
commit 0f6b36715a
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
PRGNAM=stone_soup
VERSION=${VERSION:-0.11.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -70,8 +70,7 @@ mkdir -p $PKG/usr/man/man6
gzip -9 -c docs/crawl.6 > $PKG/usr/man/man6/crawl.6.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/games/crawl/docs/* $PKG/usr/doc/$PRGNAM-$VERSION
rm -rf $PKG/usr/share/games/crawl/docs
cp -ar $PKG/usr/share/games/crawl/docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install