0001-root-path.patch 435 B

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