summaryrefslogtreecommitdiffstats
path: root/office/lyx/lyx.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2010-07-07 09:19:04 +0200
committer Robby Workman2010-07-08 07:13:25 +0200
commit3c4bce1c9efc98463c2caa9239930d2591b7024a (patch)
treeecffefaed59a5d6aa58e123ae993fdf9617e973b /office/lyx/lyx.SlackBuild
parente308a714eaac5e509dbda7f7d80c8089d44a58ce (diff)
downloadslackbuilds-3c4bce1c9efc98463c2caa9239930d2591b7024a.tar.gz
office/lyx: Fixed md5sum in lyx.info
Thanks to Greg' Ar Tourter for the heads-up. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/lyx/lyx.SlackBuild')
-rw-r--r--office/lyx/lyx.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild
index d83f698b69..4519a7c940 100644
--- a/office/lyx/lyx.SlackBuild
+++ b/office/lyx/lyx.SlackBuild
@@ -11,12 +11,10 @@ VERSION=${VERSION:-1.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi