diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-10-28 02:57:50 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-10-28 02:57:50 +0000 |
commit | 16633f3a2d30b1ec4b95b696f0c431f22b0e5ec6 (patch) | |
tree | 48cc83a2d2bfa1a1cd5a9e18464b745f8f7c3027 /stand | |
parent | 2c9d32975615beb015b6e8eebd817bfc714bf767 (diff) |
Notes
Diffstat (limited to 'stand')
-rw-r--r-- | stand/liblua/luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stand/liblua/luaconf.h b/stand/liblua/luaconf.h index 8f338dd28e7e9..f3a1b4ec9ad5e 100644 --- a/stand/liblua/luaconf.h +++ b/stand/liblua/luaconf.h @@ -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;" \ |