diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:01:28 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-06-04 01:01:28 -0400 |
commit | 3b096d0bfcdc4b826d15ad2d50348c0a02c09bb7 (patch) | |
tree | 2b1a9b602632b933e63e7a68ca5dff49babb24c6 /desktop | |
parent | f00103eb3ab113ba840d232517a1b14afab4d18f (diff) | |
download | slackbuilds-3b096d0bfcdc4b826d15ad2d50348c0a02c09bb7.tar.gz |
desktop/ratpoison: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/ratpoison/ratpoison.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/ratpoison/ratpoison.SlackBuild b/desktop/ratpoison/ratpoison.SlackBuild index d4d1ce1c6a..12eed1eaaf 100644 --- a/desktop/ratpoison/ratpoison.SlackBuild +++ b/desktop/ratpoison/ratpoison.SlackBuild @@ -11,10 +11,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 |