mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libdbi-drivers: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d939dcbf6c
commit
d76b2ebbfc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Modified by Vincent Batts, vbatts@hashbangbash.com, http://hashbangbash.com/
|
||||
|
||||
PRGNAM=libdbi-drivers
|
||||
VERSION=0.9.0
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue