From: Jaymin Patel Date: Mon, 30 Jul 2018 09:36:14 +0000 (+0530) Subject: fix compilation failure when luasrcdiet is being copied to non existing directory X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F2012%2Fhead;p=oweals%2Fluci.git fix compilation failure when luasrcdiet is being copied to non existing directory Signed-off-by: Jaymin Patel --- 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/