From 6d1c74559bad02fd1af71ea059ae36c82ce682b3 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 28 Mar 2011 11:12:06 -0500 Subject: graphics/blender: Updated for version 2.49b. Signed-off-by: Robby Workman --- graphics/blender/blender.SlackBuild | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'graphics/blender/blender.SlackBuild') diff --git a/graphics/blender/blender.SlackBuild b/graphics/blender/blender.SlackBuild index 869f860d46..a5b4c6b84c 100644 --- a/graphics/blender/blender.SlackBuild +++ b/graphics/blender/blender.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008,2009 Robby Workman Northport, AL, USA +# Copyright 2008-2011 Robby Workman Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=blender -VERSION=${VERSION:-2.49a} +VERSION=${VERSION:-2.49b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -30,15 +30,11 @@ TAG=${TAG:-_SBo} # the ones that are shipped with Slackware LMTFA=${LMTFA:-yes} -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i386 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi +case "$( uname -m )" in + i?86) ARCH=i386 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; +esac CWD=$(pwd) TMP=${TMP:-/tmp/SBo} -- cgit v1.2.3