development/lua52: Correct library path in src/luaconf.h.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e6934455a3
commit
c1b1698d56
|
@ -92,7 +92,7 @@ sed -i \
|
|||
src/Makefile
|
||||
|
||||
sed -i \
|
||||
-e '/^#define LUA_ROOT/s,".*,"/usr",' \
|
||||
-e '/^#define LUA_ROOT/s,".*,"/usr/",' \
|
||||
-e '/^#define LUA_CDIR/s,"lib,&'"${LIBDIRSUFFIX}"',' \
|
||||
src/luaconf.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue