]> arthur.barton.de Git - netdata.git/blobdiff - build/subst.inc
ipv6 metrics swapped; fixes #2000
[netdata.git] / build / subst.inc
index 18743abb72787fb40f0774edadac1e0285fddff3..9682cf882f6f8380abc74f5a7c5ba7ab1cfd6cf9 100644 (file)
@@ -2,6 +2,8 @@
        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' \
                $< > $@.tmp; then \
                mv "$@.tmp" "$@"; \
        else \