Explorar o código

Add note to recalcitrant distro maintainers.

Mike Pall %!s(int64=13) %!d(string=hai) anos
pai
achega
c25d4daaa5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/luaconf.h

+ 4 - 0
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/"