diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 14:13:44 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:07 +0000 |
commit | b9c6de7f73df16d979f40fce34624abb30c2e70d (patch) | |
tree | e43170bebc3265835bb81ee39ca5a27e3b6c6559 /system/un-fonts-core | |
parent | bae31d98d2dfdee0175797d77165a3f451e3ccac (diff) | |
download | slackbuilds-b9c6de7f73df16d979f40fce34624abb30c2e70d.tar.gz |
system/un-fonts-core: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/un-fonts-core')
-rw-r--r-- | system/un-fonts-core/un-fonts-core.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/un-fonts-core/un-fonts-core.SlackBuild b/system/un-fonts-core/un-fonts-core.SlackBuild index 3eb07c567d..16d14f9073 100644 --- a/system/un-fonts-core/un-fonts-core.SlackBuild +++ b/system/un-fonts-core/un-fonts-core.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=un-fonts-core -VERSION=1.0 +VERSION=${VERSION:-1.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |