diff options
Diffstat (limited to 'development/vis/vis.SlackBuild')
-rw-r--r-- | development/vis/vis.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/vis/vis.SlackBuild b/development/vis/vis.SlackBuild index b7b67e0796175..7d8d971172037 100644 --- a/development/vis/vis.SlackBuild +++ b/development/vis/vis.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vis -# Copyright 2017 Ruben Schuller +# Copyright 2017-2022 Ruben Schuller # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vis -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,8 +70,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-v$VERSION -tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz -cd $PRGNAM-v$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |