lua: fix typo
Commit c8da6d1dd6
introduced a stupid
typo. Fix it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5022fa823c
commit
3afc90c7d7
@ -85,7 +85,7 @@ define LUA_INSTALL_LIBRARY
|
||||
endef
|
||||
else
|
||||
define LUA_INSTALL_LIBRARY
|
||||
$(INSTALL) -m 0644 -D$(@D)/src/liblua.a $(TARGET_DIR)/usr/lib/liblua.a
|
||||
$(INSTALL) -m 0644 -D $(@D)/src/liblua.a $(TARGET_DIR)/usr/lib/liblua.a
|
||||
endef
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user