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
define Host/Install
$(INSTALL_DIR) $(STAGING_DIR)/host/bin
$(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(STAGING_DIR)/host/bin/
$(INSTALL_DIR) $(HOST_BUILD_PREFIX)/bin
$(CP) $(HOST_BUILD_DIR)/lib/util/mksig{list,name} $(HOST_BUILD_PREFIX)/bin/
endef
$(eval $(call HostBuild))