diff options
Diffstat (limited to 'source/l/hyphen/hyphen.SlackBuild')
-rwxr-xr-x | source/l/hyphen/hyphen.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/hyphen/hyphen.SlackBuild b/source/l/hyphen/hyphen.SlackBuild index a12db05d4..93b803011 100755 --- a/source/l/hyphen/hyphen.SlackBuild +++ b/source/l/hyphen/hyphen.SlackBuild @@ -31,7 +31,7 @@ BUILD=${BUILD:-3} if [ -z "$ARCH" ]; then case "$(uname -m)" in i?86) ARCH=i586 ;; - 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 ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$(uname -m) ;; esac |