From aeebb21719a4999cbdc658c51b3627e757a9c968 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 11 Oct 2015 12:02:03 +0200 Subject: reproducible: architecture 'arm' is not to be build on armhf --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 1c50493b..5ddd8400 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -523,7 +523,7 @@ check_suitability() { break fi # special case arm… - if [ "$ARCH" = "armhf" ] && ( [ "$arch" = "any-arm" ] || [ "$arch" = "arm" ] ) ; then + if [ "$ARCH" = "armhf" ] && [ "$arch" = "any-arm" ] ; then SUITABLE=true break fi -- cgit v1.2.3-54-g00ecf