wok view lua5.1/stuff/lua5.1-paths.patch @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents
children
line source
1 --- Makefile
2 +++ stuff/Makefile
3 @@ -9,15 +9,15 @@
5 # Where to install. The installation starts in the src and doc directories,
6 # so take care if INSTALL_TOP is not an absolute path.
7 -INSTALL_TOP= /usr/local
8 +INSTALL_TOP= /usr
9 INSTALL_BIN= $(INSTALL_TOP)/bin
10 -INSTALL_INC= $(INSTALL_TOP)/include
11 -INSTALL_LIB= $(INSTALL_TOP)/lib
12 +INSTALL_INC= $(INSTALL_TOP)/include/lua/$V
13 +INSTALL_LIB= $(INSTALL_TOP)/lib/lua/$V
14 INSTALL_MAN= $(INSTALL_TOP)/man/man1
15 #
16 # You probably want to make INSTALL_LMOD and INSTALL_CMOD consistent with
17 # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h (and also with etc/lua.pc).
18 -INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
19 +INSTALL_LMOD= $(INSTALL_TOP)/lib/lua/$V
20 INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V
22 # How to install. If your install program does not support "-p", then you