summaryrefslogtreecommitdiffstats
path: root/network/authbind/authbind.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-02-19 13:09:10 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-21 16:44:56 +0700
commit3b5c40e72366462e4f4d14e99611d0c09d29d329 (patch)
treed49fa8669b20a3eb63f53d17890607fab63af41d /network/authbind/authbind.SlackBuild
parent385d9bd71d68331c30f01549bc30eb428e1008a4 (diff)
downloadslackbuilds-3b5c40e72366462e4f4d14e99611d0c09d29d329.tar.gz
slackbuilds-3b5c40e72366462e4f4d14e99611d0c09d29d329.tar.xz
network/authbind: Updated for version 2.1.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/authbind/authbind.SlackBuild')
-rw-r--r--network/authbind/authbind.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/authbind/authbind.SlackBuild b/network/authbind/authbind.SlackBuild
index 1758faea65..7ab62463ce 100644
--- a/network/authbind/authbind.SlackBuild
+++ b/network/authbind/authbind.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
PRGNAM=authbind
-VERSION=${VERSION:-2.1.1}
+VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -43,9 +43,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM
tar xvf $CWD/${PRGNAM}_$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \