summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-12-18 17:33:06 +0100
committerGitHub <noreply@github.com>2018-12-18 17:33:06 +0100
commit7c5440912622e09313210851fa099c1f8bf1226f (patch)
treecebd5f65ef90a54089908ca72ad7b630b7fbc7bc /health
parent889734018bc70cc81c18102742eb33e4f16f6ea3 (diff)
remove cross-directory dependency in build system (#5012)
* remove cross-directory dependency in build system * remove unused pythondir_POST replace sysconfdir/netdata with configdir
Diffstat (limited to 'health')
-rw-r--r--health/.keep0
-rw-r--r--health/Makefile.am3
2 files changed, 1 insertions, 2 deletions
diff --git a/health/.keep b/health/.keep
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/health/.keep
diff --git a/health/Makefile.am b/health/Makefile.am
index 829a41b3b2..40592a964e 100644
--- a/health/Makefile.am
+++ b/health/Makefile.am
@@ -16,12 +16,11 @@ dist_noinst_DATA = \
userhealthconfigdir=$(configdir)/health.d
dist_userhealthconfig_DATA = \
- $(top_srcdir)/installer/.keep \
+ .keep \
$(NULL)
healthconfigdir=$(libconfigdir)/health.d
dist_healthconfig_DATA = \
- $(top_srcdir)/installer/.keep \
health.d/adaptec_raid.conf \
health.d/apache.conf \
health.d/apcupsd.conf \