aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 026d0fc..d384b57 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,9 @@ install-server:
$(INSTALL) -o www-data -d $(DESTDIR)$(pkgvardir)/tmpstorage
$(INSTALL) -d $(DESTDIR)$(pkgvardir)/www
+ $(INSTALL) -d $(DESTDIR)/usr/share/munin/plugins/.
+ $(INSTALL) munin-plugin $(DESTDIR)/usr/share/munin/plugins/sitesummary-sites
+
install-client:
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) sitesummary-client sitesummary-upload $(DESTDIR)$(sbindir)