summaryrefslogtreecommitdiffstats
path: root/games/commandergenius/commandergenius.SlackBuild
diff options
context:
space:
mode:
author B. Watson2018-09-11 22:03:20 +0200
committer David Spencer2018-09-15 20:23:41 +0200
commit38993486cd83513532dfa91a1193611e35a9f51e (patch)
treeb042f538b674fa20a90f1438cba2f8d34865b58e /games/commandergenius/commandergenius.SlackBuild
parentfb4f25ce90c82c70dbcb03356b69deb7808e247e (diff)
downloadslackbuilds-38993486cd83513532dfa91a1193611e35a9f51e.tar.gz
games/commandergenius: Updated for version 2.2.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/commandergenius/commandergenius.SlackBuild')
-rwxr-xr-xgames/commandergenius/commandergenius.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/commandergenius/commandergenius.SlackBuild b/games/commandergenius/commandergenius.SlackBuild
index d4c54cc716..f7e417cbc8 100755
--- a/games/commandergenius/commandergenius.SlackBuild
+++ b/games/commandergenius/commandergenius.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20180911 bkw: updated for 2.2.3
# 20180709 bkw: updated for 2.2.2
# - upstream moved the project from github to gitlab. one nice side-effect
# of this is that the GsKit stuff is now included in the release tarball,
@@ -25,7 +26,7 @@
# 20170122 bkw: updated for 1.9.8.1beta.
PRGNAM=commandergenius
-VERSION=${VERSION:-2.2.2}
+VERSION=${VERSION:-2.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -125,7 +126,7 @@ done
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
-sed "s,@SDLVER@,$SDLVER," < $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG