wok-next annotate lua5.1/stuff/lua5.1-paths.patch @ rev 17506
gvfs: add dir /usr/share/gvfs/remote-volume-monitors
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 08 12:18:15 2015 +0100 (2015-01-08) |
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 |