From ecf58e9df756dd99693c85b728d26322c49bfa39 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 17 Apr 2017 19:21:03 +0200 Subject: python/path.py: Updated for version 10.3. Signed-off-by: Dimitris Zlatanidis --- python/path.py/path.py.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/path.py/path.py.SlackBuild') diff --git a/python/path.py/path.py.SlackBuild b/python/path.py/path.py.SlackBuild index 145c33344a..6f163249f5 100644 --- a/python/path.py/path.py.SlackBuild +++ b/python/path.py/path.py.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for path.py -# 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=path.py -VERSION=${VERSION:-9.0.1} +VERSION=${VERSION:-10.3} 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 . \ -- cgit v1.2.3