summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-04-03 13:42:41 +0100
committerJustin Lecher <jlec@gentoo.org>2016-04-03 14:07:16 +0100
commit00fe19f2b1f744b893c805f63b6638b7f0558961 (patch)
treedbd4607bd637992770f13ec33e335778efa6d0fc /build
parent292277aa30cf8b940e64e647fa2087dae5488887 (diff)
Update Gentoo related files
* Properly replace install destination at buildtime in init script * Ebuild: - Add note about KSM - Drop KEYWORDS in live ebuild - Strip down calls which equal default - Set DESCRIPTION to GH slogan - Rename USE zlib to compression - Drop additional die - Allow to change NETDATA_USER in make.conf * Clean openrc init script Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'build')
-rw-r--r--build/subst.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/subst.inc b/build/subst.inc
index 18743abb72..99cac7f4f5 100644
--- a/build/subst.inc
+++ b/build/subst.inc
@@ -2,6 +2,7 @@
if sed \
-e 's#[@]localstatedir_POST@#$(localstatedir)#g' \
-e 's#[@]sbindir_POST@#$(sbindir)#g' \
+ -e 's#[@]sysconfdir_POST@#$(sysconfdir)#g' \
$< > $@.tmp; then \
mv "$@.tmp" "$@"; \
else \