diff options
Diffstat (limited to 'development/codeblocks/codeblocks.SlackBuild')
-rw-r--r-- | development/codeblocks/codeblocks.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/codeblocks/codeblocks.SlackBuild b/development/codeblocks/codeblocks.SlackBuild index fc0adcd9cf0a..2aca27670425 100644 --- a/development/codeblocks/codeblocks.SlackBuild +++ b/development/codeblocks/codeblocks.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for codeblocks -# Copyright 2018 Antonio Leal Lisbon, Portugal +# Copyright 2020 Antonio Leal Lisbon, Portugal # 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=codeblocks -VERSION=${VERSION:-17.12} +VERSION=${VERSION:-20.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION.release -tar xvf $CWD/$PRGNAM\_$VERSION.tar.xz +tar xJf $CWD/$PRGNAM\-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |