X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=debian%2Frules;h=602efd5465675b285b3fc0292ec4a47d9425077a;hb=9c98fa31ef50a6ff849d36cac4f5297faa6f7909;hp=6a4cdf3c5584a4aee7b09799ea5732778a4a3c65;hpb=0c7a16efd4921637d986f590c3e584de4be6d4bd;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 \