From 794e0334740ca8a9cd99632bedd4afd6cfb92a99 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Wed, 17 May 2017 19:58:32 +0000 Subject: office/smoffice2016: Fixed arch handling. Signed-off-by: David Spencer --- office/smoffice2016/smoffice2016.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'office') diff --git a/office/smoffice2016/smoffice2016.SlackBuild b/office/smoffice2016/smoffice2016.SlackBuild index dd612c7350..9f766a39ba 100644 --- a/office/smoffice2016/smoffice2016.SlackBuild +++ b/office/smoffice2016/smoffice2016.SlackBuild @@ -38,10 +38,8 @@ if [ -z "$ARCH" ]; then fi case "$ARCH" in - i586) ;; - x86_64) cat << EOF -To run SoftMaker Office on 64-bit machine, you will need a multilib system. -EOF + i?86) ;; + x86_64) echo "To run SoftMaker Office on 64-bit machine, you will need a multilib system." ARCH=i586 ;; *) echo "$ARCH is not supported." exit 1 ;; -- cgit v1.2.3