Procházet zdrojové kódy

there is no find wrapper, so build findutils even if gfind is available

Waldemar Brodkorb před 8 roky
rodič
revize
13b3b0a00d
1 změnil soubory, kde provedl 3 přidání a 5 odebrání
  1. 3 5
      scripts/scan-tools.sh

+ 3 - 5
scripts/scan-tools.sh

@@ -272,11 +272,9 @@ if ! which gxargs >/dev/null 2>&1; then
 	fi
 	fi
 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
 fi
 fi