Move LUA_ROOT to /boot/lua
While this is mostly unused today, this is a better place than /usr/local/lua.
This commit is contained in:
parent
4dbc0d6dd4
commit
0465b9a350
@ -202,9 +202,9 @@
|
||||
|
||||
#else /* }{ */
|
||||
|
||||
#define LUA_ROOT "/usr/local/"
|
||||
#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
|
||||
#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
|
||||
#define LUA_ROOT "/boot/lua/" LUA_VDIR "/"
|
||||
#define LUA_LDIR LUA_ROOT "share/"
|
||||
#define LUA_CDIR LUA_ROOT "lib/"
|
||||
#ifndef LUA_PATH_DEFAULT
|
||||
#define LUA_PATH_DEFAULT \
|
||||
LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \
|
||||
|
Loading…
Reference in New Issue
Block a user