2
1

0001-root-path.patch 514 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. @@ -100,7 +100,7 @@
  8. #else /* }{ */
  9. #define LUA_VDIR LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
  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
  14. #define LUA_PATH_DEFAULT \