mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user