summaryrefslogtreecommitdiff
path: root/development/vis/vis.SlackBuild
diff options
context:
space:
mode:
authorRuben Schuller <code@rbn.im>2022-03-25 14:44:57 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-26 01:20:20 +0700
commit3d666acc2fc7d506869ff32bc2c58fd1262b652d (patch)
tree75b128be715de0594b0cbc4ea2d51649fadb0af8 /development/vis/vis.SlackBuild
parente358da29c68af57d4e337b4164d2ae2167f97e3b (diff)
downloadslackbuilds-3d666acc2fc7d506869ff32bc2c58fd1262b652d.tar.gz
development/vis: Updated for version 0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/vis/vis.SlackBuild')
-rw-r--r--development/vis/vis.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/vis/vis.SlackBuild b/development/vis/vis.SlackBuild
index b7b67e0796..7d8d971172 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 \