mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk, rules.mk: Completed apache-conf installation rules
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
186cc92d60
commit
22cb913a87
2 changed files with 4 additions and 1 deletions
|
|
@ -303,6 +303,9 @@ $(INSTALL_INITDIR)/%: %.init | install_dir_INIT
|
|||
$(INSTALL_LOGROTDIR)/%: %.logrotate | install_dir_LOGROT
|
||||
$(INSTALL) -o $(LOGROTOWNER) -g $(LOGROTGROUP) -m $(LOGROTMODE) $< $@
|
||||
|
||||
$(INSTALL_APACHE_CONFDIR)/%: %.apache-conf | install_dir_APACHE_CONF
|
||||
$(INSTALL) -o $(APACHE_CONFOWNER) -g $(APACHE_CONFGROUP) -m $(APACHE_CONFMODE) $< $@
|
||||
|
||||
$(INSTALL_RSYSLOGDIR)/%.conf: %.rsyslog | install_dir_RSYSLOG
|
||||
$(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue