]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Add note to recalcitrant distro maintainers.
authorMike Pall <mike>
Sun, 14 Oct 2012 19:52:35 +0000 (21:52 +0200)
committerMike Pall <mike>
Sun, 14 Oct 2012 19:52:35 +0000 (21:52 +0200)
src/luaconf.h

index 5c29d4f351e5a365d607c579641d8fb02e64e456..7e084e7c9034e82528a480c6fd9dbc659087d1ac 100644 (file)
 #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/"