aboutsummaryrefslogtreecommitdiff
path: root/lang/luajit2/patches/010-lua-path.patch
blob: dccdee2140d3ba83c20a7ac42aa9fdb20a54cee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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/"
 
 #ifdef LUA_ROOT