0001-root-path.patch 478 B

123456789101112131415161718
  1. Adjust installation location to /usr.
  2. Upstream: N/A specific for Buildroot build
  3. Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
  4. Index: b/src/luaconf.h
  5. ===================================================================
  6. --- a/src/luaconf.h
  7. +++ b/src/luaconf.h
  8. @@ -223,7 +223,7 @@
  9. #else /* }{ */
  10. -#define LUA_ROOT "/usr/local/"
  11. +#define LUA_ROOT "/usr/"
  12. #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
  13. #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"