diff options
author | B. Watson <yalhcru@gmail.com> | 2017-01-26 16:35:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:04 +0700 |
commit | 34e56ebb60eec1521a61f3faaeef85804afc157a (patch) | |
tree | 5bdade4b4cb44ff549f6321e18e403e0f2a31c11 /games/bloodcm/bloodcm.SlackBuild | |
parent | d67a3bac2ef93020211310c8a7cf8272725f4117 (diff) | |
download | slackbuilds-34e56ebb60eec1521a61f3faaeef85804afc157a.tar.gz |
games/bloodcm: Updated for version 12.2016.
Diffstat (limited to 'games/bloodcm/bloodcm.SlackBuild')
-rw-r--r-- | games/bloodcm/bloodcm.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bloodcm/bloodcm.SlackBuild b/games/bloodcm/bloodcm.SlackBuild index fafe727941..74c55e962f 100644 --- a/games/bloodcm/bloodcm.SlackBuild +++ b/games/bloodcm/bloodcm.SlackBuild @@ -10,7 +10,7 @@ # No icon or .desktop, because no executables. PRGNAM=bloodcm -VERSION=${VERSION:-02.2016} +VERSION=${VERSION:-12.2016} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -27,6 +27,7 @@ set -e # either of these: ZIPFILE="38-blood-crossmatching" [ -e $CWD/$ZIPFILE ] || ZIPFILE="${PRGNAM}_v${VERSION}.zip" +[ -e $CWD/$ZIPFILE ] || ZIPFILE="${PRGNAM}_${VERSION}.zip" # directory inside the zipfile containing the stuff we want. the # rest is binaries for windows. |