diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2014-12-27 17:06:15 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-12-27 23:16:21 -0600 |
commit | d573df69fc40a16196cdc53742f6d549add7221b (patch) | |
tree | 12b51c4c62a1f775723fb23d05755dbfc37e111f /system/asbt/asbt.SlackBuild | |
parent | 5a84ab0b283c48cd54914822f9430e69addb5f34 (diff) |
system/asbt: Updated for version 1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/asbt/asbt.SlackBuild')
-rw-r--r-- | system/asbt/asbt.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild index 06d39152c6740..07a3ae6a76239 100644 --- a/system/asbt/asbt.SlackBuild +++ b/system/asbt/asbt.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for asbt +# Slackware build script for asbt # Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com> # All rights reserved. @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=asbt -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,6 +53,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fix incorrect version in makefile +sed -i 's|VER = 1.0|VER = 1.1|' makefile + make install DESTDIR=$PKG # Preserve config file |