diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ install-server: install-client: $(INSTALL) -d $(DESTDIR)$(sbindir) - $(INSTALL) sitesummary-client $(DESTDIR)$(sbindir) + $(INSTALL) sitesummary-client sitesummary-upload $(DESTDIR)$(sbindir) $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/config $(INSTALL) sitesummary-client.conf $(DESTDIR)$(pkgdatadir)/config |