mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/xalan: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
bc6589eb4c
commit
f2cf926cbb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Written by Vincent Batts, vbatts@hashbangbash.com
|
||||
|
||||
PRGNAM=xalan
|
||||
VERSION=2.7.1
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue