diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:07:25 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 01:05:50 +0000 |
commit | b45f7de640eab7ff1deb4f6f49449af9012ceeb6 (patch) | |
tree | 49429e6541a98a81602f5d3ec8294a12c79e0779 /libraries/libgnomeprint | |
parent | ed5deed6c55d580e83344c5717ac5bf5a52a5d53 (diff) | |
download | slackbuilds-b45f7de640eab7ff1deb4f6f49449af9012ceeb6.tar.gz |
libraries/libgnomeprint: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libgnomeprint')
-rw-r--r-- | libraries/libgnomeprint/libgnomeprint.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libgnomeprint/libgnomeprint.SlackBuild b/libraries/libgnomeprint/libgnomeprint.SlackBuild index 9795ed648b..931db6a313 100644 --- a/libraries/libgnomeprint/libgnomeprint.SlackBuild +++ b/libraries/libgnomeprint/libgnomeprint.SlackBuild @@ -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} |