toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / lua / 5.3.3 / 0001-root-path.patch
blobd8ef8d070d0b45aef7d4c7f2dae9fc7719bfc8b6
1 Adjust installation location to /usr.
3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
5 Index: b/src/luaconf.h
6 ===================================================================
7 --- a/src/luaconf.h
8 +++ b/src/luaconf.h
9 @@ -188,7 +188,7 @@
11 #else /* }{ */
13 -#define LUA_ROOT "/usr/local/"
14 +#define LUA_ROOT "/usr/"
15 #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
16 #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
17 #define LUA_PATH_DEFAULT \