summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2014-11-05 01:58:22 +0100
committer Willy Sudiarto Raharjo2014-11-08 00:30:08 +0100
commite6e2e42f33971f462038b7762920a6e56b868e62 (patch)
treee8ad70cbc0e31a059c30228aef29c995b8d931e6
parentcb882803d364c759f026cb7d61d9fd4f5532c7d5 (diff)
downloadslackbuilds-e6e2e42f33971f462038b7762920a6e56b868e62.tar.gz
audio/bristol: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/bristol/bristol.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/bristol/bristol.SlackBuild b/audio/bristol/bristol.SlackBuild
index 00c0a27c37..627a6f500e 100644
--- a/audio/bristol/bristol.SlackBuild
+++ b/audio/bristol/bristol.SlackBuild
@@ -7,8 +7,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20141030 bkw: make VERSION respect environment
+
PRGNAM=bristol
-VERSION=0.60.11
+VERSION=${VERSION:-0.60.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}