From 13b3b0a00d7920ed564ec567c04a939e2e43a8d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 5 Nov 2015 20:56:19 +0100 Subject: there is no find wrapper, so build findutils even if gfind is available --- scripts/scan-tools.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 835606e60..9694fbb30 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -272,11 +272,9 @@ if ! which gxargs >/dev/null 2>&1; then fi fi -if ! which gfind >/dev/null 2>&1; then - if which find >/dev/null 2>&1; then - if ! find --version 2>/dev/null|grep GNU >/dev/null;then - host_build_findutils=1 - fi +if which find >/dev/null 2>&1; then + if ! find --version 2>/dev/null|grep GNU >/dev/null;then + host_build_findutils=1 fi fi -- cgit v1.2.3