Fix Makefile

This commit is contained in:
Jérôme Schneider 2013-11-14 19:07:47 +01:00
parent 5cc34f7b41
commit 7c7a1ee5cb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ DESTDIR=
all:
install:
install -d -m 0755 -o root -g root $(DESTDIR)/etc/init.d $(DESTDIR)/etc/rsyslog.d
install -d -m 0755 -o root -g root $(DESTDIR)/etc/init.d $(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 $(NAME).conf $(DESTDIR)/etc/firewall/firewall.conf.template
install -m 0640 -o root -g root rsyslog.conf $(DESTDIR)/etc/rsyslog.d