mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	bzip2: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48408
This commit is contained in:
		
							parent
							
								
									285f024c88
								
							
						
					
					
						commit
						d917a59014
					
				@ -93,11 +93,11 @@ HOST_MAKE_FLAGS+= \
 | 
			
		||||
	all
 | 
			
		||||
 | 
			
		||||
HOST_CONFIGURE_ARGS+= \
 | 
			
		||||
	--prefix=$(STAGING_DIR_HOST)
 | 
			
		||||
	--prefix=$(STAGING_DIR)/host
 | 
			
		||||
 | 
			
		||||
define Host/Install
 | 
			
		||||
	$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/
 | 
			
		||||
	$(MAKE) -C $(HOST_BUILD_DIR) PREFIX=$(STAGING_DIR_HOST)/usr/ install
 | 
			
		||||
	$(INSTALL_DIR) $(STAGING_DIR)/host/bin/
 | 
			
		||||
	$(MAKE) -C $(HOST_BUILD_DIR) PREFIX=$(STAGING_DIR)/host/usr/ install
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
$(eval $(call HostBuild))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user