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