diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 11:15:29 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2006-08-27 11:15:29 +0000 |
commit | 0e57ff41743d9813aaffd81d333ba0db5d583e45 (patch) | |
tree | 351541f238a9aa7c04eb4bd2810bea26f638e156 /Makefile | |
parent | 0f22df4574c6d859d4869a071d4eeb1c67a55681 (diff) | |
download | sitesummary-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |