summaryrefslogtreecommitdiffstats
path: root/misc/fcitx-mozc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fcitx-mozc')
-rw-r--r--misc/fcitx-mozc/fcitx-mozc.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/fcitx-mozc/fcitx-mozc.SlackBuild b/misc/fcitx-mozc/fcitx-mozc.SlackBuild
index 4736226442..55d0abd24f 100644
--- a/misc/fcitx-mozc/fcitx-mozc.SlackBuild
+++ b/misc/fcitx-mozc/fcitx-mozc.SlackBuild
@@ -20,7 +20,6 @@ if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi