diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:07:49 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:38 +0000 |
commit | a3fed4b68a8ee193b5a36652be89114e852b6175 (patch) | |
tree | 9c5c66e31539a560f3e6b925f31380112679d4bb /libraries/wvstreams | |
parent | 6e79b89856da3be576e2f4c8c37dfa500570bf91 (diff) | |
download | slackbuilds-a3fed4b68a8ee193b5a36652be89114e852b6175.tar.gz |
libraries/wvstreams: 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/wvstreams')
-rw-r--r-- | libraries/wvstreams/wvstreams.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/wvstreams/wvstreams.SlackBuild b/libraries/wvstreams/wvstreams.SlackBuild index 9e16a9a73e..562bb05d11 100644 --- a/libraries/wvstreams/wvstreams.SlackBuild +++ b/libraries/wvstreams/wvstreams.SlackBuild @@ -5,7 +5,7 @@ # Written by Vincent Batts, vbatts@batts.mine.nu PRGNAM=wvstreams -VERSION=4.6.1 +VERSION=${VERSION:-4.6.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |