From 661956613e0a5ee94cfc0d6153c2891cec023435 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 11 Aug 2015 16:57:00 +0200 Subject: deps: In SlackBuild scripts, where present change 'armv7lh' to 'armv7hl'. --- deps/polkit-qt5-1/polkit-qt5-1.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/polkit-qt5-1/polkit-qt5-1.SlackBuild') diff --git a/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild b/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild index 657b172..80f6aa8 100755 --- a/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild +++ b/deps/polkit-qt5-1/polkit-qt5-1.SlackBuild @@ -33,7 +33,7 @@ NUMJOBS=${NUMJOBS:--j7} if [ -z "$ARCH" ]; then case "$(uname -m)" in i?86) ARCH=i486 ;; - arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7lh ;; + arm*) readelf /usr/bin/file -A | egrep -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 -- cgit v1.2.3