summaryrefslogtreecommitdiffstats
path: root/build/subst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'build/subst.inc')
-rw-r--r--build/subst.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/subst.inc b/build/subst.inc
index cc8825e24..3c972114b 100644
--- a/build/subst.inc
+++ b/build/subst.inc
@@ -10,8 +10,10 @@
-e 's#[@]registrydir_POST@#$(registrydir)#g' \
-e 's#[@]varlibdir_POST@#$(varlibdir)#g' \
-e 's#[@]webdir_POST@#$(webdir)#g' \
+ -e 's#[@]libsysdir_POST@#$(libsysdir)#g' \
-e 's#[@]enable_aclk_POST@#$(enable_aclk)#g' \
-e 's#[@]enable_cloud_POST@#$(enable_cloud)#g' \
+ -e 's#[@]netdata_user_POST@#$(netdata_user)#g' \
$< > $@.tmp; then \
mv "$@.tmp" "$@"; \
else \