summaryrefslogtreecommitdiffstats
path: root/source/installer/installer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/installer.SlackBuild')
-rwxr-xr-xsource/installer/installer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installer/installer.SlackBuild b/source/installer/installer.SlackBuild
index c0040b005..ef6a4e6ed 100755
--- a/source/installer/installer.SlackBuild
+++ b/source/installer/installer.SlackBuild
@@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
SLACKROOT=${SLACKROOT:-/root/slackware64-current}
OUTPUT=${OUTPUT:-$TMP/output-x86_64-$(uname -r)}
;;
- arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl
+ arm*) readelf /usr/bin/file -A | grep -E -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl
SLACKROOT=${SLACKROOT:-/root/slackware-current}
OUTPUT=${OUTPUT:-$TMP/output-arm-$(uname -r)}
;;