prereq-build: revert "fix which detection on Fedora"
				
					
				
			This reverts commit fca5ad55d2.
Causes problems on MacOS host systems.
Signed-off-by: Paul Spooren <mail@aparcar.org>
			
			
This commit is contained in:
		| @@ -186,7 +186,7 @@ $(eval $(call SetupHostCommand,rsync,Please install 'rsync', \ | ||||
| 	rsync --version </dev/null)) | ||||
|  | ||||
| $(eval $(call SetupHostCommand,which,Please install 'which', \ | ||||
| 	env which which | grep which)) | ||||
| 	which which | grep which)) | ||||
|  | ||||
| $(STAGING_DIR_HOST)/bin/mkhash: $(SCRIPT_DIR)/mkhash.c | ||||
| 	mkdir -p $(dir $@) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Paul Spooren
					Paul Spooren