From 3559a6fb3038ffb16da196fec16d4c24534482c7 Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 01:00:50 -0400 Subject: business/openerp-client: Misc automated cleanups. Signed-off-by: David Somero --- business/openerp-client/openerp-client.SlackBuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'business') diff --git a/business/openerp-client/openerp-client.SlackBuild b/business/openerp-client/openerp-client.SlackBuild index 23b48bb3db..aaec2a3859 100644 --- a/business/openerp-client/openerp-client.SlackBuild +++ b/business/openerp-client/openerp-client.SlackBuild @@ -24,10 +24,19 @@ PRGNAM=openerp-client VERSION=5.0.4 -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 -- cgit v1.2.3