mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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>
14 lines
297 B
Diff
14 lines
297 B
Diff
--- a/src/luaconf.h
|
|
+++ b/src/luaconf.h
|
|
@@ -35,8 +35,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/"
|
|
#define LUA_LJDIR "/luajit-2.1.0-beta3/"
|
|
|
|
#ifdef LUA_ROOT
|