]> Git Repo - buildroot-mgba.git/blob - package/lua/5.4.6/0001-root-path.patch
package/tar: properly handle autoreconf
[buildroot-mgba.git] / package / lua / 5.4.6 / 0001-root-path.patch
1 Adjust installation location to /usr.
2
3 Signed-off-by: Francois Perrad <[email protected]>
4
5 Index: b/src/luaconf.h
6 ===================================================================
7 --- a/src/luaconf.h
8 +++ b/src/luaconf.h
9 @@ -223,7 +223,7 @@
10  
11  #else                  /* }{ */
12  
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  
This page took 0.025028 seconds and 4 git commands to generate.