summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author David Somero2010-06-04 07:15:01 +0200
committer David Somero2010-06-04 07:15:01 +0200
commit4afb5ec86df8928d4083ce17083bcd691d86356a (patch)
tree5e59c6a1ea768e7136a76d8902d8e2327d000186 /office
parent04a45e975c2b003994e51341dbf12465b6d8c189 (diff)
downloadslackbuilds-4afb5ec86df8928d4083ce17083bcd691d86356a.tar.gz
office/texworks: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texworks/texworks.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild
index c86b5825a9..d99e77ce25 100644
--- a/office/texworks/texworks.SlackBuild
+++ b/office/texworks/texworks.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