prereq-build: fix which detection on Fedora
				
					
				
			Fix Fedora 34/35 issue where 'which' detection of 'which' wasn't working because Fedora use alias and proc Signed-off-by: Jani Partanen <rtfm@iki.fi> [fix commit subject and message] Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
		 Jani Partanen
					Jani Partanen
				
			
				
					committed by
					
						 Paul Spooren
						Paul Spooren
					
				
			
			
				
	
			
			
			 Paul Spooren
						Paul Spooren
					
				
			
						parent
						
							b34a349f07
						
					
				
				
					commit
					fca5ad55d2
				
			| @@ -186,7 +186,7 @@ $(eval $(call SetupHostCommand,rsync,Please install 'rsync', \ | |||||||
| 	rsync --version </dev/null)) | 	rsync --version </dev/null)) | ||||||
|  |  | ||||||
| $(eval $(call SetupHostCommand,which,Please install 'which', \ | $(eval $(call SetupHostCommand,which,Please install 'which', \ | ||||||
| 	which which | grep which)) | 	env which which | grep which)) | ||||||
|  |  | ||||||
| $(STAGING_DIR_HOST)/bin/mkhash: $(SCRIPT_DIR)/mkhash.c | $(STAGING_DIR_HOST)/bin/mkhash: $(SCRIPT_DIR)/mkhash.c | ||||||
| 	mkdir -p $(dir $@) | 	mkdir -p $(dir $@) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user