diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-30 16:07:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 16:07:00 +0200 |
commit | 00c95d7906fa7409510dcd50fc3f38521d521ed4 (patch) | |
tree | 0ffe2f7138f7b6b2fcc0ff7c290dcd2c55e7c5db | |
parent | 9db490ab1a4de39dba1b55280bad343de8cdc593 (diff) | |
parent | bb336671fff613b812b308c7eeeeda38608bda9d (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/Makefile | 1 |
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/ |