From 665811c9f9c9681e3b4caa694ac32e9c07f0e804 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 20 Nov 2015 10:48:27 +0200 Subject: [PATCH] build: add remaining files to dist tarball Signed-off-by: Alon Bar-Lev --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5f7e7870..d0bc84d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,11 @@ MAINTAINERCLEANFILES= \ $(srcdir)/m4/ltoptions.m4 \ $(srcdir)/pkcs11-helper.spec $(srcdir)/config-w32-vc.h -EXTRA_DIST = README.md +EXTRA_DIST = \ + .gitignore \ + README.md \ + netdata-9999.ebuild \ + $(NULL) SUBDIRS = \ charts.d \ @@ -27,3 +31,7 @@ SUBDIRS = \ $(NULL) dist_noinst_DATA = netdata.spec + +# until integrated within build +# should be proper init.d/openrc/systemd usable +dist_noinst_SCRIPTS = netdata-installer.sh -- 2.39.2