diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:11:31 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:11:31 -0400 |
commit | 144ca07c1476cbc917f3c468711e3e333ae5561d (patch) | |
tree | 5b7dfa9c75a2b4f5c15a836c6ae6beaddb851ba6 /multimedia/exaile | |
parent | f98136a242dbe20fb14412b062724861ec01a4a5 (diff) | |
download | slackbuilds-144ca07c1476cbc917f3c468711e3e333ae5561d.tar.gz |
multimedia/exaile: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia/exaile')
-rw-r--r-- | multimedia/exaile/exaile.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/exaile/exaile.SlackBuild b/multimedia/exaile/exaile.SlackBuild index 8ee3261e23..089784816a 100644 --- a/multimedia/exaile/exaile.SlackBuild +++ b/multimedia/exaile/exaile.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 |