development/lua53: 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:35:18 +07:00 committed by Willy Sudiarto Raharjo
parent c1b1698d56
commit c3ec597499
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