diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:06:51 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:06:51 -0400 |
commit | 0088fa6e531dd8a1cdae060cac88f8cd8202cc01 (patch) | |
tree | ae7d9f7fe594d65de451957a07e0d5efaf828613 /libraries/gtkglext/gtkglext.SlackBuild | |
parent | c8396a06a10913b80afe860a9f35d486d74fe1d8 (diff) | |
download | slackbuilds-0088fa6e531dd8a1cdae060cac88f8cd8202cc01.tar.gz |
libraries/gtkglext: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/gtkglext/gtkglext.SlackBuild')
-rw-r--r-- | libraries/gtkglext/gtkglext.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/gtkglext/gtkglext.SlackBuild b/libraries/gtkglext/gtkglext.SlackBuild index 6f72e83251..ae4acc6580 100644 --- a/libraries/gtkglext/gtkglext.SlackBuild +++ b/libraries/gtkglext/gtkglext.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 |