diff options
author | B. Watson <yalhcru@gmail.com> | 2014-11-05 07:58:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:30:08 +0700 |
commit | e6e2e42f33971f462038b7762920a6e56b868e62 (patch) | |
tree | e8ad70cbc0e31a059c30228aef29c995b8d931e6 /audio | |
parent | cb882803d364c759f026cb7d61d9fd4f5532c7d5 (diff) | |
download | slackbuilds-e6e2e42f33971f462038b7762920a6e56b868e62.tar.gz |
audio/bristol: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bristol/bristol.SlackBuild | 4 |
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} |