Fix Makefile
parent
5cc34f7b41
commit
7c7a1ee5cb
2
Makefile
2
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
|
||||
|
|
Reference in New Issue