diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 22:33:50 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:46 +0000 |
commit | 0ffa3903dee0d287aa750e673e487807fb2cc968 (patch) | |
tree | ed452b4752ad78aac07e2d77a53f09705640baea /games/widelands | |
parent | 04879cf57051b8d60b3818026d5c132a962ace6c (diff) | |
download | slackbuilds-0ffa3903dee0d287aa750e673e487807fb2cc968.tar.gz |
games/widelands: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/widelands')
-rw-r--r-- | games/widelands/widelands.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/widelands/widelands.SlackBuild b/games/widelands/widelands.SlackBuild index a9da6173f4..793f7a1215 100644 --- a/games/widelands/widelands.SlackBuild +++ b/games/widelands/widelands.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=widelands -VERSION=build19 +VERSION=${VERSION:-build19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |