summaryrefslogtreecommitdiffstats
path: root/libraries/gsl
diff options
context:
space:
mode:
author David Somero2010-06-04 07:06:46 +0200
committer David Somero2010-06-04 07:06:46 +0200
commitcc889709e0b9c0004d6c0596a2bbd2d4dbefa062 (patch)
treef95d28f3fde0ccc4cf3f113be523b6209c80727b /libraries/gsl
parent29fa34501971aef68ad48f1f42f1bc79d8a43d26 (diff)
downloadslackbuilds-cc889709e0b9c0004d6c0596a2bbd2d4dbefa062.tar.gz
libraries/gsl: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gsl')
-rw-r--r--libraries/gsl/gsl.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/gsl/gsl.SlackBuild b/libraries/gsl/gsl.SlackBuild
index 482cb59489..f49d0e9712 100644
--- a/libraries/gsl/gsl.SlackBuild
+++ b/libraries/gsl/gsl.SlackBuild
@@ -12,10 +12,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