From 2bf6f2fcc28527ce6d79347f522ecb820dea74b9 Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 01:14:59 -0400 Subject: office/texlive: Misc automated cleanups. Signed-off-by: David Somero --- office/texlive/texlive.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'office') diff --git a/office/texlive/texlive.SlackBuild b/office/texlive/texlive.SlackBuild index aee62a7650..f88019fe66 100755 --- a/office/texlive/texlive.SlackBuild +++ b/office/texlive/texlive.SlackBuild @@ -39,10 +39,10 @@ TEXI2HTML=1.82 # texi2html version - http://www.nongnu.org/texi2html/ # 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 -- cgit v1.2.3-80-g2a13