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