summaryrefslogtreecommitdiffstats
path: root/system/Makefile.am
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 /system/Makefile.am
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 'system/Makefile.am')
-rw-r--r--system/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/Makefile.am b/system/Makefile.am
index 88da5341a1..c917a2298e 100644
--- a/system/Makefile.am
+++ b/system/Makefile.am
@@ -3,6 +3,7 @@
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
CLEANFILES = \
+ netdata-openrc \
netdata.service \
$(NULL)
@@ -11,10 +12,11 @@ include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
nodist_noinst_DATA = \
+ netdata-openrc \
netdata.service \
$(NULL)
dist_noinst_DATA = \
- netdata-openrc \
+ netdata-openrc.in \
netdata.service.in \
$(NULL)