<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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
</pre></body></html>