diff options
Diffstat (limited to 'python/click/click.SlackBuild')
-rw-r--r-- | python/click/click.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/click/click.SlackBuild b/python/click/click.SlackBuild index 84253f9cd2..73f5fc159d 100644 --- a/python/click/click.SlackBuild +++ b/python/click/click.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for click -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=click -VERSION=${VERSION:-6.6} +VERSION=${VERSION:-6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |