summaryrefslogtreecommitdiffstats
path: root/desktop/QtCurve-Gtk2
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:00:52 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:00:52 -0400
commitd073da7814ea06c33198c4479f28be1a28e951ea (patch)
tree18d20504445cb267ba860252636bc388d0bed6d8 /desktop/QtCurve-Gtk2
parent0d3c067e9fa4b40602e28757b3d62af99b71c652 (diff)
downloadslackbuilds-d073da7814ea06c33198c4479f28be1a28e951ea.tar.gz
slackbuilds-d073da7814ea06c33198c4479f28be1a28e951ea.tar.xz
desktop/QtCurve-Gtk2: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/QtCurve-Gtk2')
-rw-r--r--desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild
index f38db6f30e..23015762a0 100644
--- a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild
+++ b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild
@@ -34,10 +34,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