From 687c78d5604ce299d5164ffd69de88f2dd10fefc Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 22 Nov 2013 02:34:22 -0500 Subject: various: Fix SlackBuild formatting and comment nit picks. Signed-off-by: dsomero --- graphics/luxblend25/luxblend25.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'graphics/luxblend25') diff --git a/graphics/luxblend25/luxblend25.SlackBuild b/graphics/luxblend25/luxblend25.SlackBuild index 63145050eb..f4eab84690 100644 --- a/graphics/luxblend25/luxblend25.SlackBuild +++ b/graphics/luxblend25/luxblend25.SlackBuild @@ -21,7 +21,7 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - + PRGNAM=luxblend25 VERSION=${VERSION:-1.1} @@ -30,7 +30,7 @@ TAG=${TAG:-_SBo} SRCVERSION=luxblend25-3a928b723b29 blender_version() { - + BLENDER_HEADER=`/opt/blender/blender --version 2>&1 | head -n 1` BLENDER_IMPL=`echo ${BLENDER_HEADER} | cut -f1 -d' '` if [ "$BLENDER_IMPL" = "Blender" ] ; then @@ -42,12 +42,10 @@ blender_version BLENDER_PLUGIN_DIR=/opt/blender/$BLENDER_VERSION/scripts/addons -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; -# Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -71,7 +69,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT -- cgit v1.2.3