aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a536afc..d9f37f2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ sbindir = $(prefix)/sbin
datadir = $(prefix)/share
cgibindir = $(libdir)/cgi-bin
libdir = $(prefix)/lib
+pkgdatadir = $(datadir)/sitesummary
collectordir = $(libdir)/sitesummary/collect.d
INSTALL = install
@@ -25,6 +26,7 @@ install-server:
install-client:
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) sitesummary-client $(DESTDIR)$(sbindir)
+ $(INSTALL) sitesummary-client.conf $(DESTDIR)$(pkgdatadir)/config
$(INSTALL) -d $(DESTDIR)$(collectordir)
for collector in $(COLLECTORS) ; do \