mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Add .bprof (boot profile) installation rule for rsyslog
This commit is contained in:
parent
e8b715ca7c
commit
c59fe5dc91
1 changed files with 3 additions and 0 deletions
|
|
@ -296,6 +296,9 @@ $(INSTALL_LOGROTDIR)/%: %.logrotate | $(INSTALL_LOGROTDIR)
|
|||
$(INSTALL_RSYSLOGDIR)/%.conf: %.rsyslog | $(INSTALL_RSYSLOGDIR)
|
||||
$(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@
|
||||
|
||||
$(INSTALL_RSYSLOGDIR)/%.bprof: rsyslog-%.bprof | $(INSTALL_RSYSLOGDIR)
|
||||
$(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@
|
||||
|
||||
%: %.sysconf
|
||||
cp $< $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue