From bcc145db7e9d688f2dfc074e85bf6e3934ee240a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 18 Jan 2017 01:45:32 +0100 Subject: [PATCH] lua: Add missing trailing slash --- packages/liblua/src-luaconf.h.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/liblua/src-luaconf.h.patch b/packages/liblua/src-luaconf.h.patch index 20663f924c..071bd4a073 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 \