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