mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/javacomm: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
5ca045e5e1
commit
19a341b1c5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# This script is dedicated to the public domain
|
||||
|
||||
PRGNAM=javacomm
|
||||
VERSION=2.0
|
||||
VERSION=${VERSION:-2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue