From: Fredrik Fornwall Date: Wed, 18 Jan 2017 00:45:32 +0000 (+0100) Subject: lua: Add missing trailing slash X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/bcc145db7e9d688f2dfc074e85bf6e3934ee240a?ds=inline lua: Add missing trailing slash --- diff --git a/packages/liblua/src-luaconf.h.patch b/packages/liblua/src-luaconf.h.patch index 20663f92..071bd4a0 100644 --- a/packages/liblua/src-luaconf.h.patch +++ b/packages/liblua/src-luaconf.h.patch @@ -6,7 +6,7 @@ diff -r -u ../lua-5.3.3/src/luaconf.h ./src/luaconf.h #else /* }{ */ -#define LUA_ROOT "/usr/local/" -+#define LUA_ROOT "@TERMUX_PREFIX@" ++#define LUA_ROOT "@TERMUX_PREFIX@/" #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/" #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/" #define LUA_PATH_DEFAULT \