aboutsummaryrefslogtreecommitdiff
path: root/system/aha/aha.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-01-22 14:50:02 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-24 07:23:28 +0700
commit0a8af29501382ba0a0ec8d563aaadefb5a5a5b97 (patch)
tree13f09f7095f5e4be156a0b6cbee59ae9213d40bc /system/aha/aha.SlackBuild
parentdc03ccb3a00551d1939e866ffcb93db2a1074b72 (diff)
system/aha: Updated for version 0.4.10.3.
Diffstat (limited to 'system/aha/aha.SlackBuild')
-rw-r--r--system/aha/aha.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild
index cc37519f05..9913d9df67 100644
--- a/system/aha/aha.SlackBuild
+++ b/system/aha/aha.SlackBuild
@@ -7,8 +7,10 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
+# 20170122 bkw: update for 0.4.10.3
+
PRGNAM=aha
-VERSION=${VERSION:-0.4.10}
+VERSION=${VERSION:-0.4.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +62,7 @@ install -s -m0755 $PRGNAM $PKG/usr/bin
gzip -9c < $PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGELOG README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGELOG README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install