sudo: use default host install prefix 3295/head
authorMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 3 Oct 2016 17:06:58 +0000 (19:06 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 3 Oct 2016 22:41:44 +0000 (00:41 +0200)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
admin/sudo/Makefile

index 43e92977d7552e2ab08023618a22049c92864443..05551613e7045ce5b7a964eb9c79fca9e013a35e 100644 (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))