aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e739600..ac2212d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ install-server:
install-client:
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) sitesummary-client sitesummary-upload $(DESTDIR)$(sbindir)
- $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/config
- $(INSTALL_DATA) sitesummary-client.conf $(DESTDIR)$(pkgdatadir)/config
+ $(INSTALL) -d $(DESTDIR)$(pkgdatadir)
+ $(INSTALL_DATA) sitesummary-client.conf $(DESTDIR)$(pkgdatadir)/
$(INSTALL) -d $(DESTDIR)$(collectordir)
for collector in $(COLLECTORS) ; do \