Files
packages/lang/lua/luajit2/patches/010-lua-path.patch
Alexandru Ardelean 7eebedcdfc lua: move Lua packages under lang/lua sub-folder
There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2025-11-17 08:46:33 +02:00

14 lines
283 B
Diff

--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -34,8 +34,8 @@
#ifndef LUA_LMULTILIB
#define LUA_LMULTILIB "lib"
#endif
-#define LUA_LROOT "/usr/local"
-#define LUA_LUADIR "/lua/5.1/"
+#define LUA_LROOT "/usr"
+#define LUA_LUADIR "/lua/"
#ifdef LUA_ROOT
#define LUA_JROOT LUA_ROOT