summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-07-30 16:07:00 +0200
committerGitHub <noreply@github.com>2018-07-30 16:07:00 +0200
commit00c95d7906fa7409510dcd50fc3f38521d521ed4 (patch)
tree0ffe2f7138f7b6b2fcc0ff7c290dcd2c55e7c5db
parent9db490ab1a4de39dba1b55280bad343de8cdc593 (diff)
parentbb336671fff613b812b308c7eeeeda38608bda9d (diff)
Merge pull request #2012 from jempatel/master
fix compilation failure when luasrcdiet is being copied to non existing directory
-rw-r--r--modules/luci-base/Makefile1
1 files changed, 1 insertions, 0 deletions
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/