summaryrefslogtreecommitdiffstats
path: root/source/l/python-six/python-six.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/python-six/python-six.SlackBuild')
-rwxr-xr-xsource/l/python-six/python-six.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/python-six/python-six.SlackBuild b/source/l/python-six/python-six.SlackBuild
index 6f492f7bf..6042e451f 100755
--- a/source/l/python-six/python-six.SlackBuild
+++ b/source/l/python-six/python-six.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python-six
-VERSION=${VERSION:-$(echo six-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+VERSION=${VERSION:-$(echo six-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
@@ -69,7 +69,7 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf six-$VERSION
-tar xvf $CWD/six-$VERSION.tar.*z* || exit 1
+tar xvf $CWD/six-$VERSION.tar.*z || exit 1
cd six-$VERSION
chown -R root:root .
find . \