diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:07:39 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:35 +0000 |
commit | 0930011189c1052b2011963941108c210d7c046b (patch) | |
tree | 7d8d12d068261b8b4a0a9cdefaa4ebeccd362a95 /libraries/meanwhile/meanwhile.SlackBuild | |
parent | 86c8bb6e1ce84a999cdea497f036d0b9ba9d560b (diff) | |
download | slackbuilds-0930011189c1052b2011963941108c210d7c046b.tar.gz |
libraries/meanwhile: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/meanwhile/meanwhile.SlackBuild')
-rw-r--r-- | libraries/meanwhile/meanwhile.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/meanwhile/meanwhile.SlackBuild b/libraries/meanwhile/meanwhile.SlackBuild index 14e18a826a..e04faacf0b 100644 --- a/libraries/meanwhile/meanwhile.SlackBuild +++ b/libraries/meanwhile/meanwhile.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=meanwhile -VERSION=1.0.2 +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |