projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc5591c
)
src/Makefile.am: When building outside the source tree, install will fail
author
Ezra Peisach
<epeisach@med-xtal.bu.edu>
Tue, 19 Jun 2007 06:10:10 +0000
(08:10 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Tue, 19 Jun 2007 06:10:10 +0000
(08:10 +0200)
Signed-off-by: Ezra Peisach <epeisach@med-xtal.bu.edu>
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
6fd6562
..
f3f259b
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-571,4
+571,4
@@
install-exec-hook:
else \
$(INSTALL) -m 0640 collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf; \
fi; \
- cp -f types.db $(DESTDIR)$(pkglibdir)/;
+ cp -f
$(srcdir)/
types.db $(DESTDIR)$(pkglibdir)/;