From e290fe917de15480cc1393fbb8b2839f46b424ae Mon Sep 17 00:00:00 2001 From: Jaymin Patel Date: Mon, 30 Jul 2018 15:06:14 +0530 Subject: [PATCH] fix compilation failure when luasrcdiet is being copied to non existing directory Signed-off-by: Jaymin Patel (cherry picked from commit bb336671fff613b812b308c7eeeeda38608bda9d) --- modules/luci-base/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index 437cdc665..06ee7985e 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -41,6 +41,7 @@ endef define Host/Install $(INSTALL_DIR) $(1)/bin + $(INSTALL_DIR) $(1)/lib/lua/5.1 $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet $(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/ -- 2.25.1