development/lua52: Correct library path in src/luaconf.h.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nate Bargmann 2018-04-10 07:34:17 +07:00 committed by Willy Sudiarto Raharjo
parent e6934455a3
commit c1b1698d56
1 changed files with 1 additions and 1 deletions

View File

@ -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