diff options
Diffstat (limited to 'system/asbt/asbt.SlackBuild')
-rw-r--r-- | system/asbt/asbt.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild index 07a3ae6a76..24fa1301e1 100644 --- a/system/asbt/asbt.SlackBuild +++ b/system/asbt/asbt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for asbt -# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com> +# Copyright 2014-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=asbt -VERSION=${VERSION:-1.1} -BUILD=${BUILD:-1} +VERSION=${VERSION:-1.2} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} ARCH=noarch @@ -53,9 +53,6 @@ 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 |