From: Sebastian Harl Date: Sun, 9 Jul 2006 18:57:13 +0000 (+0000) Subject: Updated source path to collectd.conf. X-Git-Tag: collectd-3.10.0-1~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=032c7740c2a04afc56f131dad76e776ad4c4f23a;p=pkg-collectd.git Updated source path to collectd.conf. --- diff --git a/debian/rules b/debian/rules index b065f0b..8e9ed06 100755 --- a/debian/rules +++ b/debian/rules @@ -70,7 +70,7 @@ install-arch: build doc_dir=$(CURDIR)/debian/collectd/usr/share/doc/collectd/examples \ && mkdir -p $$doc_dir \ - && cp contrib/collectd.conf $$doc_dir + && cp src/collectd.conf $$doc_dir for PLUGIN in apache hddtemp mysql sensors; do \ plugin_dir=$(CURDIR)/debian/collectd-$$PLUGIN/usr/lib/collectd/; \