[openwrt/openwrt] e2fsprogs: fix InstallDev recipe

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 18 06:05:39 PDT 2018


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/becf58e080df31e2d9688fba73e7f242343fe934

commit becf58e080df31e2d9688fba73e7f242343fe934
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Mar 18 14:04:05 2018 +0100

    e2fsprogs: fix InstallDev recipe
    
    Create the correct bin directory before staging the host utilities.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/utils/e2fsprogs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile
index eb50fec..a540316 100644
--- a/package/utils/e2fsprogs/Makefile
+++ b/package/utils/e2fsprogs/Makefile
@@ -201,7 +201,7 @@ define Host/Install
 	$(CP) $(HOST_BUILD_DIR)/lib/et/et_[ch].awk $(1)/share/et/
 	$(INSTALL_DIR) $(1)/share/ss
 	$(CP) $(HOST_BUILD_DIR)/lib/ss/ct_c.{sed,awk} $(1)/share/ss/
-	$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
+	$(INSTALL_DIR) $(1)/bin
 	$(CP) \
 		$(HOST_BUILD_DIR)/lib/et/compile_et \
 		$(HOST_BUILD_DIR)/lib/ss/mk_cmds \



More information about the lede-commits mailing list