include: prereq-build.mk: improve gcp check
Adjust the check for gcp (GNU copy command) to rule out false positives with "Goffi's CoPier" a python copy command. Fixes FS#218. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
		| @@ -109,8 +109,8 @@ $(eval $(call SetupHostCommand,diff,Please install diffutils, \ | |||||||
| 	diff --version 2>&1 | grep diff)) | 	diff --version 2>&1 | grep diff)) | ||||||
|  |  | ||||||
| $(eval $(call SetupHostCommand,cp,Please install GNU fileutils, \ | $(eval $(call SetupHostCommand,cp,Please install GNU fileutils, \ | ||||||
| 	gcp --help, \ | 	gcp --help 2>&1 | grep 'Copy SOURCE', \ | ||||||
| 	cp --help)) | 	cp --help 2>&1 | grep 'Copy SOURCE')) | ||||||
|  |  | ||||||
| $(eval $(call SetupHostCommand,seq,, \ | $(eval $(call SetupHostCommand,seq,, \ | ||||||
| 	gseq --version, \ | 	gseq --version, \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jo-Philipp Wich
					Jo-Philipp Wich