From fb8d94931e39343d94b4cbdc638764141a645ee4 Mon Sep 17 00:00:00 2001 From: David Melik Date: Tue, 2 Sep 2014 04:05:32 +0700 Subject: [PATCH] games/stone_soup: Added Documentation. Signed-off-by: Willy Sudiarto Raharjo --- games/stone_soup/stone_soup.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild index 0a74623f5b..d236999094 100644 --- a/games/stone_soup/stone_soup.SlackBuild +++ b/games/stone_soup/stone_soup.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=stone_soup VERSION=${VERSION:-0.14.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -49,7 +49,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; cd source make TILES=$GUI \ @@ -71,6 +71,7 @@ gzip -9 -c docs/crawl.6 > $PKG/usr/man/man6/crawl.6.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -ar $PKG/usr/share/games/crawl/docs/* $PKG/usr/doc/$PRGNAM-$VERSION +cp README.txt $PKG/usr/share/games/crawl/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install