summaryrefslogtreecommitdiffstats
path: root/games/atanks/atanks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/atanks/atanks.SlackBuild')
-rw-r--r--games/atanks/atanks.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/atanks/atanks.SlackBuild b/games/atanks/atanks.SlackBuild
index 79c0143498..60fe501a8a 100644
--- a/games/atanks/atanks.SlackBuild
+++ b/games/atanks/atanks.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=atanks
-VERSION=${VERSION:-6.2}
+VERSION=${VERSION:-6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,8 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING Changelog README README_ru.txt TODO credits.txt \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING Changelog README README_ru.txt TODO credits.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install