summaryrefslogtreecommitdiffstats
path: root/desktop/cmatrix/cmatrix.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cmatrix/cmatrix.SlackBuild')
-rw-r--r--desktop/cmatrix/cmatrix.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/cmatrix/cmatrix.SlackBuild b/desktop/cmatrix/cmatrix.SlackBuild
index e29dae46c3..22331e01bf 100644
--- a/desktop/cmatrix/cmatrix.SlackBuild
+++ b/desktop/cmatrix/cmatrix.SlackBuild
@@ -8,12 +8,10 @@ VERSION=1.2a
BUILD=${BUILD:-2}
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