logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0001-Set-LUA_ROOT-to.patch (588B)


  1. From 3658dab967b7cad7787bbe79c6c7ffb2cd1301fe Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Sun, 2 Feb 2025 03:01:17 -0800
  4. Subject: [PATCH] Set LUA_ROOT to "/"
  5. ---
  6. luaconf.h | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/src/luaconf.h b/src/luaconf.h
  9. index 137103ed..29307ab4 100644
  10. --- a/src/luaconf.h
  11. +++ b/src/luaconf.h
  12. @@ -223,7 +223,7 @@
  13. #else /* }{ */
  14. -#define LUA_ROOT "/usr/local/"
  15. +#define LUA_ROOT "/"
  16. #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
  17. #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
  18. --
  19. 2.44.0