aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd9faa4..e739600 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,11 @@ COLLECTORS = \
collect.d/system \
collect.d/siteinfo
+SUMMARYSCRIPTS = \
+ site-summary \
+ sitecontact-summary \
+ kernelversion-summary
+
all:
install: install-server install-client
@@ -28,8 +33,7 @@ install-server:
$(INSTALL) -d $(DESTDIR)$(perldir)
$(INSTALL) -d $(DESTDIR)$(pkgdir)
$(INSTALL_DATA) SiteSummary.pm $(DESTDIR)$(perldir)
- $(INSTALL) sitecontact-summary $(DESTDIR)$(pkgdir)
- $(INSTALL) kernelversion-summary $(DESTDIR)$(pkgdir)
+ $(INSTALL) $(SUMMARYSCRIPTS) $(DESTDIR)$(pkgdir)/
install-client:
$(INSTALL) -d $(DESTDIR)$(sbindir)