diff options
Diffstat (limited to 'games/stone_soup')
-rw-r--r-- | games/stone_soup/stone_soup.SlackBuild | 5 |
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 |