2017-01-18 00:58:39 +01:00
|
|
|
diff -r -u ../lua-5.3.3/src/luaconf.h ./src/luaconf.h
|
|
|
|
--- ../lua-5.3.3/src/luaconf.h 2016-05-01 22:06:09.000000000 +0200
|
|
|
|
+++ ./src/luaconf.h 2017-01-17 23:47:26.867840450 +0100
|
|
|
|
@@ -188,7 +188,7 @@
|
|
|
|
|
|
|
|
#else /* }{ */
|
|
|
|
|
|
|
|
-#define LUA_ROOT "/usr/local/"
|
2017-01-18 01:45:32 +01:00
|
|
|
+#define LUA_ROOT "@TERMUX_PREFIX@/"
|
2017-01-18 00:58:39 +01:00
|
|
|
#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
|
|
|
|
#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
|
|
|
|
#define LUA_PATH_DEFAULT \
|