From 7c7a1ee5cb022402173d54bb8db74427729814db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 14 Nov 2013 19:07:47 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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