summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Somero2010-06-04 07:05:05 +0200
committer David Somero2010-06-04 07:05:05 +0200
commitfcaabbf2bf18540af9d9b69b101bfbe80116f0a6 (patch)
tree3f3ccf47a1a41d6913513daecafd02f8c679082f /graphics
parent3b8347edb8a5bb959f5b9a69baf1721aad783c77 (diff)
downloadslackbuilds-fcaabbf2bf18540af9d9b69b101bfbe80116f0a6.tar.gz
graphics/FreeCAD: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/FreeCAD/FreeCAD.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/FreeCAD/FreeCAD.SlackBuild b/graphics/FreeCAD/FreeCAD.SlackBuild
index fe520fba52..ad2e5b0c39 100644
--- a/graphics/FreeCAD/FreeCAD.SlackBuild
+++ b/graphics/FreeCAD/FreeCAD.SlackBuild
@@ -14,10 +14,10 @@ SRCVERSION=${VERSION}.5
# 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