blob: ba9373b52fc31cdd26acc7c46bc8f23790b1f79b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/luaconf.h.orig 2010-08-24 15:00:00.000000000 +0200
+++ src/luaconf.h 2010-09-06 15:52:22.043333530 +0200
@@ -33,7 +33,7 @@
#define LUA_CPATH_DEFAULT \
".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
#else
-#define LUA_ROOT "/usr/local/"
+#define LUA_ROOT "/usr/"
#define LUA_LDIR LUA_ROOT "share/lua/5.1/"
#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
#ifdef LUA_XROOT
|