blob: cb7bbe5ff2b6a13c3cd5f87ac3353c331b736039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/luaconf.h b/src/luaconf.h
index 96a7780..0bfa66c 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -239,7 +239,7 @@
#else /* }{ */
-#define LUA_ROOT "/usr/local/"
+#define LUA_ROOT "/system/"
#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
|