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