Merge pull request #3295 from NeoRaider/sudo

sudo: use default host install prefix
This commit is contained in:
Hannu Nyman 2016-10-04 10:24:46 +03:00 committed by GitHub
commit 7420bed6a8

View file

@ -64,8 +64,8 @@ define Host/Compile
endef endef
define Host/Install define Host/Install
$(INSTALL_DIR) $(STAGING_DIR)/host/bin $(INSTALL_DIR) $(HOST_BUILD_PREFIX)/bin
$(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(STAGING_DIR)/host/bin/ $(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(HOST_BUILD_PREFIX)/bin/
endef endef
$(eval $(call HostBuild)) $(eval $(call HostBuild))