X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=debian%2Frules;h=602efd5465675b285b3fc0292ec4a47d9425077a;hb=3f1def59ca8cd58cd5671535624d7c725a2d0445;hp=6a4cdf3c5584a4aee7b09799ea5732778a4a3c65;hpb=961f67433e56597c91baf46cfb63a9b89fa41134;p=collectd.git diff --git a/debian/rules b/debian/rules index 6a4cdf3c..602efd54 100755 --- a/debian/rules +++ b/debian/rules @@ -68,7 +68,7 @@ install-arch: build install -D -m 0644 $(CURDIR)/debian/collectd.conf \ $(CURDIR)/debian/collectd/etc/collectd/collectd.conf - for PLUGIN in apache hddtemp mysql ping sensors; do \ + for PLUGIN in apache hddtemp mbmon mysql ping sensors; do \ plugin_dir=$(CURDIR)/debian/collectd-$$PLUGIN/usr/lib/collectd/; \ mkdir -p $$plugin_dir; \ mv $(CURDIR)/debian/collectd/usr/lib/collectd/$$PLUGIN.so \