From: Florian Forster Date: Fri, 15 Feb 2008 07:04:47 +0000 (+0100) Subject: Makefile.am: Create `$(localstatedir)/log' so the logfile plugin works out-of-the... X-Git-Tag: collectd-4.3.0~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=89318fa17ebfb8a4dc839dd4d8753b5531dd92df;p=collectd.git Makefile.am: Create `$(localstatedir)/log' so the logfile plugin works out-of-the-box. And don't search for `.svn' directories anymore - they're long gone. --- diff --git a/Makefile.am b/Makefile.am index 9a96eb27..b52b0e93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,7 @@ INCLUDES = $(LTDLINCL) EXTRA_DIST = contrib version-gen.sh -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf - install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log