summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author David Melik <dchmelik@gmail.com>2014-09-02 04:05:32 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-06 00:02:48 +0700
commitfb8d94931e39343d94b4cbdc638764141a645ee4 (patch)
treee8582a2469c5d545dd933345cd6f6b1de8c846a8 /games
parent58a1f3a740d22ec6b06faeaef2ff204a0828564f (diff)
downloadslackbuilds-fb8d94931e39343d94b4cbdc638764141a645ee4.tar.gz
slackbuilds-fb8d94931e39343d94b4cbdc638764141a645ee4.tar.xz
games/stone_soup: Added Documentation.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/stone_soup/stone_soup.SlackBuild5
1 files 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