diff options
Diffstat (limited to 'source/installer/installer.SlackBuild')
-rwxr-xr-x | source/installer/installer.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installer/installer.SlackBuild b/source/installer/installer.SlackBuild index c0040b00..ef6a4e6e 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)} ;; |