summaryrefslogtreecommitdiffstats
path: root/graphics/povray/povray.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-03-28 15:26:04 +0100
committer Matteo Bernardini2020-03-28 15:26:04 +0100
commitea43edde1d4617fb627619bf7518163ba171983f (patch)
tree1b0ddc8b44db55aae3a0dfb15904016a8fa43c2b /graphics/povray/povray.SlackBuild
parentb622b49c1cf6273e5d73fb1f982bc7e1562b572a (diff)
downloadslackbuilds-a945ae22074fc5ca2e36d072832114aeecc484aa.tar.gz
20200328.1 global branch merge.current-20200328.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/povray/povray.SlackBuild')
-rw-r--r--graphics/povray/povray.SlackBuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/povray/povray.SlackBuild b/graphics/povray/povray.SlackBuild
index b6372da8c2..9cd52fcf77 100644
--- a/graphics/povray/povray.SlackBuild
+++ b/graphics/povray/povray.SlackBuild
@@ -26,8 +26,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=povray
-VERSION=${VERSION:-3.7.0.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.7.0.8}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DOCDIR=${DOCDIR:-/usr/doc}
MANDIR=${MANDIR:-/usr/man}
@@ -70,11 +70,7 @@ set -e
rm -rf $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-if [ -f $CWD/v$VERSION.tar.?z* ]; then
- tar xvf $CWD/v$VERSION.tar.?z*
-else
- tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
-fi
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \