diff --git a/Makefile b/Makefile index 3d81ff4..cb75d4f 100644 --- a/Makefile +++ b/Makefile @@ -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