fix compilation failure when luasrcdiet is being copied to non existing directory
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
This commit is contained in:
parent
4a85973a9a
commit
bb336671ff
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
$(INSTALL_DIR) $(1)/bin
|
$(INSTALL_DIR) $(1)/bin
|
||||||
|
$(INSTALL_DIR) $(1)/lib/lua/5.1
|
||||||
$(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
|
$(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
|
||||||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet
|
$(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet
|
||||||
$(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/
|
$(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/
|
||||||
|
|
Loading…
Reference in a new issue