make: Add support for RSYSLOG_XXX installation

This commit is contained in:
Jan Lindemann 2010-08-28 13:04:37 +00:00 committed by Jan Lindemann
commit 7d1e22cb76
5 changed files with 26 additions and 1 deletions

View file

@ -331,6 +331,9 @@ $(INSTALL_INITDIR)/%: %.init
$(INSTALL_LOGROTDIR)/%: %.logrotate
$(INSTALL) -o $(LOGROTOWNER) -g $(LOGROTGROUP) -m $(LOGROTMODE) $< $@
$(INSTALL_RSYSLOGDIR)/%: %.logrotate
$(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@
%: %.sysconf
cp $< $@