[Lunar-commits] <moonbase-other> lua: fix module path

v4hn me at v4hn.de
Sun May 5 13:04:00 CEST 2013


commit 1ede15551976baa4f51440a202456a92df262d49
Author: v4hn <me at v4hn.de>
Date: Sun, 05 May 2013 04:03:45 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1ede15551976baa4f51440a202456a92df262d49

lua: fix module path
---
  compilers/lua/BUILD | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/compilers/lua/BUILD
+++ b/compilers/lua/BUILD
@@ -4,7 +4,7 @@ sedit "s at CFLAGS=@CFLAGS+=@" src/Makefile &&
 CFLAGS+=" -fPIC" &&
 sedit "s:TO_LIB=:\0 liblua.so.5.2:" Makefile &&
 
-sedit "s:/usr/local:/usr:" Makefile  &&
+sedit "s:/usr/local:/usr:" Makefile src/luaconf.h &&
 
 (
 cat > lua.pc <<EOF




More information about the Lunar-commits mailing list