mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libgnomeprint: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
ed5deed6c5
commit
b45f7de640
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=libgnomeprint
|
||||
VERSION=2.18.8
|
||||
VERSION=${VERSION:-2.18.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue