Răsfoiți Sursa

e2fsprogs: fix InstallDev recipe

Create the correct bin directory before staging the host utilities.

Signed-off-by: Jo-Philipp Wich <[email protected]>
Jo-Philipp Wich 7 ani în urmă
părinte
comite
becf58e080
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/utils/e2fsprogs/Makefile

+ 1 - 1
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 \