diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-07-07 02:19:04 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 00:13:25 -0500 |
commit | 3c4bce1c9efc98463c2caa9239930d2591b7024a (patch) | |
tree | ecffefaed59a5d6aa58e123ae993fdf9617e973b /office/lyx/lyx.SlackBuild | |
parent | e308a714eaac5e509dbda7f7d80c8089d44a58ce (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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 |