wok-6.x annotate lua5.1/stuff/lua5.1-paths.patch @ rev 20289
elilo: force ia32 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 10 13:11:07 2018 +0200 (2018-04-10) |
parents | |
children |
rev | line source |
---|---|
pankso@13632 | 1 --- Makefile |
pankso@13632 | 2 +++ stuff/Makefile |
pankso@13632 | 3 @@ -9,15 +9,15 @@ |
pankso@13632 | 4 |
pankso@13632 | 5 # Where to install. The installation starts in the src and doc directories, |
pankso@13632 | 6 # so take care if INSTALL_TOP is not an absolute path. |
pankso@13632 | 7 -INSTALL_TOP= /usr/local |
pankso@13632 | 8 +INSTALL_TOP= /usr |
pankso@13632 | 9 INSTALL_BIN= $(INSTALL_TOP)/bin |
pankso@13632 | 10 -INSTALL_INC= $(INSTALL_TOP)/include |
pankso@13632 | 11 -INSTALL_LIB= $(INSTALL_TOP)/lib |
pankso@13632 | 12 +INSTALL_INC= $(INSTALL_TOP)/include/lua/$V |
pankso@13632 | 13 +INSTALL_LIB= $(INSTALL_TOP)/lib/lua/$V |
pankso@13632 | 14 INSTALL_MAN= $(INSTALL_TOP)/man/man1 |
pankso@13632 | 15 # |
pankso@13632 | 16 # You probably want to make INSTALL_LMOD and INSTALL_CMOD consistent with |
pankso@13632 | 17 # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h (and also with etc/lua.pc). |
pankso@13632 | 18 -INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V |
pankso@13632 | 19 +INSTALL_LMOD= $(INSTALL_TOP)/lib/lua/$V |
pankso@13632 | 20 INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V |
pankso@13632 | 21 |
pankso@13632 | 22 # How to install. If your install program does not support "-p", then you |