d0411448e0
collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD-files.
14 lines
479 B
Text
14 lines
479 B
Text
$NetBSD: patch-Makefile.in,v 1.1 2014/02/17 11:21:55 fhajny Exp $
|
|
|
|
Use a reasonable db dir.
|
|
--- Makefile.in.orig 2014-01-26 08:09:57.577219038 +0000
|
|
+++ Makefile.in
|
|
@@ -882,7 +882,7 @@ uninstall-am:
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
|
|
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME)
|
|
+ $(mkinstalldirs) $(DESTDIR)$(localstatedir)/db/$(PACKAGE_NAME)
|
|
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
|
|
|
|
maintainer-clean-local:
|