Magellan Linux

Diff of /alx-src/branches/alx-web-070/Makefile.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12866 by niro, Mon Feb 8 12:21:03 2016 UTC revision 12867 by niro, Tue Nov 13 08:46:51 2018 UTC
# Line 10  LOCALSTATEDIR = /var Line 10  LOCALSTATEDIR = /var
10  RUNDIR = /run  RUNDIR = /run
11    
12  ALX_WEB_INSTALL_DIR = $(DATADIR)/alx-web  ALX_WEB_INSTALL_DIR = $(DATADIR)/alx-web
13    WAKEONLAN_EXEC = /usr/sbin/ether-wake
14    APACHE_HTTP_USER = apache
15    
16  CHMOD = chmod  CHMOD = chmod
17  INSTALL = install  INSTALL = install
# Line 25  SCRIPT_SED_LINES = \ Line 27  SCRIPT_SED_LINES = \
27   -e "s:@@LOCALSTATEDIR@@:$(LOCALSTATEDIR):g" \   -e "s:@@LOCALSTATEDIR@@:$(LOCALSTATEDIR):g" \
28   -e "s:@@CONFDDIR@@:$(CONFDDIR):g" \   -e "s:@@CONFDDIR@@:$(CONFDDIR):g" \
29   -e "s:@@RUNDIR@@:$(RUNDIR):g" \   -e "s:@@RUNDIR@@:$(RUNDIR):g" \
30   -e "s:@@ALXWEBINSTALLDIR@@:$(ALX_WEB_INSTALL_DIR):g"   -e "s:@@ALXWEBINSTALLDIR@@:$(ALX_WEB_INSTALL_DIR):g" \
31     -e "s:@@WAKEONLAN_EXEC@@:$(WAKEONLAN_EXEC):g" \
32     -e "s:@@APACHE_HTTP_USER@@:$(APACHE_HTTP_USER):g"
33    
34  SCRIPT_SED_COMMAND = \  SCRIPT_SED_COMMAND = \
35   $(SED) \   $(SED) \

Legend:
Removed from v.12866  
changed lines
  Added in v.12867