summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 04:07:43 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:26:36 +0000
commit84faad96ee396ca61f519971b568306740b0f7ae (patch)
treedeccf5f0d49c1ced6765989cd998172644f25086 /libraries
parent5b7e0325d24a79406772587bde67963164d11efe (diff)
downloadslackbuilds-84faad96ee396ca61f519971b568306740b0f7ae.tar.gz
slackbuilds-84faad96ee396ca61f519971b568306740b0f7ae.tar.xz
libraries/rlog: 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')
-rw-r--r--libraries/rlog/rlog.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/rlog/rlog.SlackBuild b/libraries/rlog/rlog.SlackBuild
index f6d43c6e00..1405be5c8d 100644
--- a/libraries/rlog/rlog.SlackBuild
+++ b/libraries/rlog/rlog.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rlog
-VERSION=1.4
+VERSION=${VERSION:-1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}