From 41581db9a6253dd22da080b1680b1384eb81dfc7 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 5 Aug 2002 17:51:09 +0000 Subject: make sysconfdir/sbindir in case they don't exist (Aurelien) --- ulogd/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ulogd') 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: -- cgit v1.2.3