summaryrefslogtreecommitdiffstats
path: root/ulogd
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd')
-rw-r--r--ulogd/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in
index b39e8f7..598ebcb 100644
--- a/ulogd/Makefile.in
+++ b/ulogd/Makefile.in
@@ -45,7 +45,9 @@ distclean: clean
install: all
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done
+ @[ -d $(DESTDIR)@sbindir@ ] || mkdir -p $(DESTDIR)@sbindir@
@INSTALL@ -D -m 755 ulogd $(DESTDIR)@sbindir@/ulogd
+ @[ -d $(DESTDIR)@sysconfdir@ ] || mkdir -p $(DESTDIR)@sysconfdir@
@INSTALL@ -D -m 600 ulogd.conf $(DESTDIR)@sysconfdir@/ulogd.conf
doc: