From 0d1ebf0d6d20f0439ab45b293f9daa7662c44ba6 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Fri, 1 Oct 2021 15:56:27 -1000 Subject: [PATCH] build: fix `which` detection on Fedora & MacOS Fix Fedora 34/35 issue where 'which' detection of 'which' wasn't working because Fedora use alias and proc Fixup of fca5ad55d2 prereq-build: fix `which` detection on Fedora Reported-by: Jani Partanen Suggest-by: Etienne Champetier Tested-by: Georgi Valkov Signed-off-by: Paul Spooren --- include/prereq-build.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 9242407b18..e1993444f7 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -186,7 +186,9 @@ $(eval $(call SetupHostCommand,rsync,Please install 'rsync', \ rsync --version