summaryrefslogtreecommitdiffstats
path: root/build
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 /build
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 'build')
-rw-r--r--build/subst.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/subst.inc b/build/subst.inc
index 8f9ac05518..508c0e142b 100644
--- a/build/subst.inc
+++ b/build/subst.inc
@@ -2,8 +2,6 @@
if sed \
-e 's#[@]localstatedir_POST@#$(localstatedir)#g' \
-e 's#[@]sbindir_POST@#$(sbindir)#g' \
- -e 's#[@]sysconfdir_POST@#$(sysconfdir)#g' \
- -e 's#[@]pythondir_POST@#$(pythondir)#g' \
-e 's#[@]configdir_POST@#$(configdir)#g' \
-e 's#[@]libconfigdir_POST@#$(libconfigdir)#g' \
-e 's#[@]cachedir_POST@#$(cachedir)#g' \