diff options
Diffstat (limited to 'system/progress/progress.SlackBuild')
-rw-r--r-- | system/progress/progress.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/progress/progress.SlackBuild b/system/progress/progress.SlackBuild index 86f7a98f83..3266673bcb 100644 --- a/system/progress/progress.SlackBuild +++ b/system/progress/progress.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for progress -# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 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=progress -VERSION=${VERSION:-0.13} +VERSION=${VERSION:-0.14} 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/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |