Makefile: rename rsyslog.conf to eofirewall.conf

This commit is contained in:
Jérôme Schneider 2013-11-15 16:13:45 +01:00
parent 5cf9c1039f
commit d94d57056f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ install:
install -d -m 0755 -o root -g root $(DESTDIR)/etc/rsyslog.d $(DESTDIR)/usr/bin
install -d -m 0755 -o root -g root $(DESTDIR)/etc/firewall
install -m 0640 -o root -g root firewall.conf $(DESTDIR)/etc/firewall/firewall.conf.template
install -m 0640 -o root -g root rsyslog.conf $(DESTDIR)/etc/rsyslog.d
install -m 0640 -o root -g root rsyslog.conf $(DESTDIR)/etc/rsyslog.d/eofirewall.conf
install -m 0755 -o root -g root $(NAME) $(DESTDIR)/usr/bin
clean:
rm -rf build sdist