projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660aebd
)
Makefile.am: Create `$(localstatedir)/log' so the logfile plugin works out-of-the...
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 15 Feb 2008 07:04:47 +0000
(08:04 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 15 Feb 2008 07:04:47 +0000
(08:04 +0100)
And don't search for `.svn' directories anymore - they're long gone.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
9a96eb2
..
b52b0e9
100644
(file)
--- 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