summaryrefslogtreecommitdiffstats
path: root/desktop/sync-engine
diff options
context:
space:
mode:
author David Somero2010-06-04 07:01:32 +0200
committer David Somero2010-06-04 07:01:32 +0200
commit5b88576ac539fd99af50c507daddb90012c0a31c (patch)
tree51d5f09288944063877c4f59aeffe40b7aee8f63 /desktop/sync-engine
parentf52da752a724eaf637566b74936b89f5f6f0f1ea (diff)
downloadslackbuilds-5b88576ac539fd99af50c507daddb90012c0a31c.tar.gz
desktop/sync-engine: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/sync-engine')
-rw-r--r--desktop/sync-engine/sync-engine.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/desktop/sync-engine/sync-engine.SlackBuild b/desktop/sync-engine/sync-engine.SlackBuild
index 7c066497af..54a4f9db66 100644
--- a/desktop/sync-engine/sync-engine.SlackBuild
+++ b/desktop/sync-engine/sync-engine.SlackBuild
@@ -4,10 +4,19 @@
PRGNAM=sync-engine
VERSION=${VERSION:-0.13}
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
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
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM