commit 5ea3543680930df043b91011abef55037fd5ca71 parent 786d48aaa7324d9bb18de34deda540fdd3cdaee6 Author: Matthias Schiffer <mschiffer@universe-factory.net> Date: Mon, 3 Oct 2016 19:06:58 +0200 sudo: use default host install prefix Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> 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))