[Buildroot] [git commit] lua: fix typo

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 22 09:32:35 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=3afc90c7d7667d698fb7b470ea77d6a7010d7696
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit c8da6d1dd656caf5454c50ee5dddb4beead60326 introduced a stupid
typo. Fix it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/lua/lua.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index fa1e7b1..26c1576 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -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
 


More information about the buildroot mailing list