summaryrefslogtreecommitdiff
path: root/games/adom/adom.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/adom/adom.SlackBuild')
-rw-r--r--games/adom/adom.SlackBuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/games/adom/adom.SlackBuild b/games/adom/adom.SlackBuild
index 200a3c3d38..3698e2926f 100644
--- a/games/adom/adom.SlackBuild
+++ b/games/adom/adom.SlackBuild
@@ -7,7 +7,7 @@
# in a clean .tgz package, ready to be installed.
PRGNAM=adom
-VERSION=${VERSION:-1.2.0_pre20}
+VERSION=${VERSION:-1.2.0_pre23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -45,17 +45,16 @@ tar xvf $CWD/${PRGNAM}_linux_debian_${ARCHBITS}_${VERSION}.tar.gz
cd $PRGNAM
chown -R root:root .
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
install -m 0755 -D $PRGNAM $PKG/usr/games/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- docs/* licenses \
- $PKG/usr/doc/$PRGNAM-$VERSION/
+cp -a docs/{adomfaq.txt,credits.txt,manual.txt,readme1st.txt} licenses \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install