diff options
author | Eugene M <damagedone@gmx.com> | 2015-08-09 08:18:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-09 23:03:36 +0700 |
commit | 7736e9168f3ea4cd5c2247297c3ac7a853615b24 (patch) | |
tree | e972145f903457dbe88a33844844011a0e94c0ac /games/atanks/atanks.SlackBuild | |
parent | 46eac54f37e8d4044e72ff29a1ba7e710a7fbdcf (diff) | |
download | slackbuilds-7736e9168f3ea4cd5c2247297c3ac7a853615b24.tar.gz |
games/atanks: Updated for version 6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/atanks/atanks.SlackBuild')
-rw-r--r-- | games/atanks/atanks.SlackBuild | 5 |
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 |