diff options
| author | Michael Forney <mforney@mforney.org> | 2025-02-12 00:26:21 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-28 22:05:00 -0700 |
| commit | 92a270316b60e3d5dd743bc949ab533dfa0e73fc (patch) | |
| tree | 8cd0a22447f2849cf89ff2cb83c9f162b5665f58 | |
| parent | 7e67dd95ea0cf90ba5cd125d8c57cf09554ab783 (diff) | |
lua: Set LUA_ROOT to /
| -rw-r--r-- | pkg/lua/patch/0001-Set-LUA_ROOT-to.patch | 25 | ||||
| -rw-r--r-- | pkg/lua/ver | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/pkg/lua/patch/0001-Set-LUA_ROOT-to.patch b/pkg/lua/patch/0001-Set-LUA_ROOT-to.patch new file mode 100644 index 00000000..10d63a40 --- /dev/null +++ b/pkg/lua/patch/0001-Set-LUA_ROOT-to.patch @@ -0,0 +1,25 @@ +From 3658dab967b7cad7787bbe79c6c7ffb2cd1301fe Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Sun, 2 Feb 2025 03:01:17 -0800 +Subject: [PATCH] Set LUA_ROOT to "/" + +--- + luaconf.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/luaconf.h b/src/luaconf.h +index 137103ed..29307ab4 100644 +--- a/src/luaconf.h ++++ b/src/luaconf.h +@@ -223,7 +223,7 @@ + + #else /* }{ */ + +-#define LUA_ROOT "/usr/local/" ++#define LUA_ROOT "/" + #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/" + #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/" + +-- +2.44.0 + diff --git a/pkg/lua/ver b/pkg/lua/ver index f3d6c9ae..57bbf95c 100644 --- a/pkg/lua/ver +++ b/pkg/lua/ver @@ -1 +1 @@ -5.4.7 r0 +5.4.7 r1 |
