From: Paul Spooren Date: Sat, 2 Oct 2021 01:56:27 +0000 (-1000) Subject: build: fix `which` detection on Fedora & MacOS X-Git-Tag: v22.03.0-rc1~1629 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=0d1ebf0d6d20f0439ab45b293f9daa7662c44ba6 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 --- 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