mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-10 03:47:44 +00:00
lua: fix typo
Commit c8da6d1dd656caf5454c50ee5dddb4beead60326 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
|
endef
|
||||||
else
|
else
|
||||||
define LUA_INSTALL_LIBRARY
|
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
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user