summaryrefslogtreecommitdiffstats
path: root/office/rastertospp/rastertospp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/rastertospp/rastertospp.SlackBuild')
-rw-r--r--office/rastertospp/rastertospp.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/office/rastertospp/rastertospp.SlackBuild b/office/rastertospp/rastertospp.SlackBuild
index 6adf09c60a..6d3269135f 100644
--- a/office/rastertospp/rastertospp.SlackBuild
+++ b/office/rastertospp/rastertospp.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for rastertospp
-#
+#
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
@@ -27,12 +27,10 @@ VERSION=${VERSION:-1.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
-# 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