commit 7420bed6a84d1a9099d66bd6b51e7fdb7e9f873f parent 844638d5195d1a06c3bc125dab4b2fb4e8b9ca78 Author: Hannu Nyman <hannu.nyman@iki.fi> Date: Tue, 4 Oct 2016 10:24:46 +0300 Merge pull request #3295 from NeoRaider/sudo sudo: use default host install prefix Diffstat:
| M | admin/sudo/Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile @@ -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))