summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-16 22:33:30 +0300
committerGitHub <noreply@github.com>2018-10-16 22:33:30 +0300
commit203aea6102e03f6e276865904a331bbefca7604f (patch)
tree0129bf450ba7afaeb7bb8a9c6a6154e8917aa888 /health
parent4f84553396fcd3cba3ef2f38726edf81cae1443c (diff)
fix netdata.spec for new directory structure (#4410)
* fix netdata.spec; fixes #4409 * second pass * more netdata.spec fixes * more netdata.spec fixes * more netdata.spec fixes * more netdata.spec fixes * more netdata.spec fixes
Diffstat (limited to 'health')
-rw-r--r--health/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/health/Makefile.am b/health/Makefile.am
index 6f09b2e25f..aa5bacf661 100644
--- a/health/Makefile.am
+++ b/health/Makefile.am
@@ -26,8 +26,14 @@ dist_noinst_DATA = \
README.md \
$(NULL)
+userhealthconfigdir=$(configdir)/health.d
+dist_userhealthconfig_DATA = \
+ $(top_srcdir)/installer/.keep \
+ $(NULL)
+
healthconfigdir=$(libconfigdir)/health.d
dist_healthconfig_DATA = \
+ $(top_srcdir)/installer/.keep \
health.d/apache.conf \
health.d/apcupsd.conf \
health.d/backend.conf \