summaryrefslogtreecommitdiffstats
path: root/system/aide/aide.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/aide/aide.SlackBuild')
-rw-r--r--system/aide/aide.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/aide/aide.SlackBuild b/system/aide/aide.SlackBuild
index 327c6d71ff..66a033ceb8 100644
--- a/system/aide/aide.SlackBuild
+++ b/system/aide/aide.SlackBuild
@@ -13,7 +13,6 @@ 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