The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lua / 5.2.4 / 0001-root-path.patch
1 Adjust installation location to /usr.
2
3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
4
5 Index: b/src/luaconf.h
6 ===================================================================
7 --- a/src/luaconf.h
8 +++ b/src/luaconf.h
9 @@ -100,7 +100,7 @@
10  #else                  /* }{ */
11  
12  #define LUA_VDIR       LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
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  \