diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:05:35 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:05:35 -0400 |
commit | 8580e72656211fef01569eaa1a624f473f1afe26 (patch) | |
tree | 6b08d412a9869ca029d362e777ac8e3f8cee3440 /graphics | |
parent | bc399c70d0ffbe14ca267423809ea66404c2df90 (diff) | |
download | slackbuilds-8580e72656211fef01569eaa1a624f473f1afe26.tar.gz |
graphics/qtpfsgui: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qtpfsgui/qtpfsgui.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/qtpfsgui/qtpfsgui.SlackBuild b/graphics/qtpfsgui/qtpfsgui.SlackBuild index 22a2b6b99d..3d945a36f6 100644 --- a/graphics/qtpfsgui/qtpfsgui.SlackBuild +++ b/graphics/qtpfsgui/qtpfsgui.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 |