aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2006-08-27 11:15:29 +0000
committerPetter Reinholdtsen <pere@hungry.com>2006-08-27 11:15:29 +0000
commit0e57ff41743d9813aaffd81d333ba0db5d583e45 (patch)
tree351541f238a9aa7c04eb4bd2810bea26f638e156 /Makefile
parent0f22df4574c6d859d4869a071d4eeb1c67a55681 (diff)
downloadsitesummary-0e57ff41743d9813aaffd81d333ba0db5d583e45.tar.gz
sitesummary-0e57ff41743d9813aaffd81d333ba0db5d583e45.tar.bz2
sitesummary-0e57ff41743d9813aaffd81d333ba0db5d583e45.tar.xz
Get debconf question for collector URL working.
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 \