Merge pull request #3813 from NeoRaider/hostpkg

Use STAGING_DIR_HOSTPKG where appropriate
This commit is contained in:
Matthias Schiffer
2017-01-11 21:54:09 +01:00
committed by GitHub
36 changed files with 61 additions and 73 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ define Host/Compile
endef
define Host/Install
$(INSTALL_DIR) $(HOST_BUILD_PREFIX)/bin
$(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(HOST_BUILD_PREFIX)/bin/
$(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/bin
$(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(STAGING_DIR_HOSTPKG)/bin/
endef
$(eval $(call HostBuild))