aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-06 20:01:57 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-06 20:01:57 +0000
commit715cc7641a2bc37e2ea0e0261c4dd3c42bb726e9 (patch)
tree616a33ac64ababbb10aee81f8ba02a0b2f7a3271 /Makefile
parentcedb645ffc050113e86ff589336adc36aefdab6a (diff)
downloadsitesummary-715cc7641a2bc37e2ea0e0261c4dd3c42bb726e9.tar.gz
sitesummary-715cc7641a2bc37e2ea0e0261c4dd3c42bb726e9.tar.bz2
sitesummary-715cc7641a2bc37e2ea0e0261c4dd3c42bb726e9.tar.xz
Install data as data.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d89fa69..2cd5300 100644
--- a/Makefile
+++ b/Makefile
@@ -58,9 +58,9 @@ install-server:
$(INSTALL) munin-plugin $(DESTDIR)/usr/share/munin/plugins/sitesummary_sites
$(INSTALL) -d $(DESTDIR)/etc/nagios3
- $(INSTALL) nagios.cfg \
+ $(INSTALL_DATA) nagios.cfg \
$(DESTDIR)/etc/nagios3/sitesummary.cfg
- $(INSTALL) nagios-templates.cfg \
+ $(INSTALL_DATA) nagios-templates.cfg \
$(DESTDIR)/etc/nagios3/sitesummary-templates.cfg
install-client: