1 Adjust installation location to /usr.
3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
6 ===================================================================
12 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
15 INSTALL_BIN= ${prefix}/bin
16 INSTALL_INC= ${prefix}/include
17 INSTALL_LIB= ${prefix}/lib
18 Index: b/src/luaconf.h
19 ===================================================================
23 ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
26 -#define LUA_ROOT "/usr/local/"
27 +#define LUA_ROOT "/usr/"
28 #define LUA_LDIR LUA_ROOT "share/lua/5.1/"
29 #define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
30 #define LUA_PATH_DEFAULT \