From 2ce4495c2a2dbfc88b2d1b81b815bbdb5555df2f Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 00:58:54 -0400 Subject: academic/calcoo: Misc automated cleanups. Signed-off-by: David Somero --- academic/calcoo/calcoo.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/academic/calcoo/calcoo.SlackBuild b/academic/calcoo/calcoo.SlackBuild index a5542c0a32..72e34a70f0 100644 --- a/academic/calcoo/calcoo.SlackBuild +++ b/academic/calcoo/calcoo.SlackBuild @@ -30,10 +30,10 @@ TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; - arm*) export ARCH=arm ;; + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: - *) export ARCH=$( uname -m ) ;; + *) ARCH=$( uname -m ) ;; esac fi -- cgit v1.2.3