From c25d4daaa5e8377aafe06e9f43c520d06e8e3e8e Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 14 Oct 2012 21:52:35 +0200 Subject: [PATCH] Add note to recalcitrant distro maintainers. --- src/luaconf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/luaconf.h b/src/luaconf.h index 5c29d4f3..7e084e7c 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -22,6 +22,10 @@ #define LUA_CPATH_DEFAULT \ ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll" #else +/* +** Note to distribution maintainers: do NOT patch the following line! +** Please read ../doc/install.html#distro and pass PREFIX=/usr instead. +*/ #define LUA_ROOT "/usr/local/" #define LUA_LDIR LUA_ROOT "share/lua/5.1/" #define LUA_CDIR LUA_ROOT "lib/lua/5.1/" -- 2.11.4.GIT