From 25331b9d0b6cf0d7136128fad653e6cb5adf0a02 Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 01:09:34 -0400 Subject: libraries/perl-Test-Exception: Misc automated cleanups. Signed-off-by: David Somero --- libraries/perl-Test-Exception/perl-Test-Exception.SlackBuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'libraries/perl-Test-Exception/perl-Test-Exception.SlackBuild') diff --git a/libraries/perl-Test-Exception/perl-Test-Exception.SlackBuild b/libraries/perl-Test-Exception/perl-Test-Exception.SlackBuild index d37edb06e9..591b03d0da 100644 --- a/libraries/perl-Test-Exception/perl-Test-Exception.SlackBuild +++ b/libraries/perl-Test-Exception/perl-Test-Exception.SlackBuild @@ -27,10 +27,19 @@ SRCNAM=Test-Exception PRGNAM=perl-Test-Exception VERSION=0.29 -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