summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
Diffstat (limited to 'office')
-rw-r--r--office/smoffice2016/smoffice2016.SlackBuild6
1 files changed, 2 insertions, 4 deletions
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 ;;