From 4a1c750a0c467eda9b77e31bfbcc75c92fcdd010 Mon Sep 17 00:00:00 2001 From: "Paul Emm. Katsoulakis" <34388743+paulkatsoulakis@users.noreply.github.com> Date: Mon, 22 Jul 2019 12:00:33 +0200 Subject: netdata/packaging: Do not deliver edit-config as part of the distribution tarball (#6507) As part of #6165, we faced an issue with mac OS installation where edit-config file was havint the wrong variables setup. After deep investigation on the way Formulae was building netdata, we realized that generated edit-config was delivered together with the generated edit-conf, thus resulting on not re-creating it with the right variables. So the fix here is to not deliver edit-config with the distribution tarball, so that it gets generated as it should --- system/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'system') diff --git a/system/Makefile.am b/system/Makefile.am index b085dca88d..c76286d121 100644 --- a/system/Makefile.am +++ b/system/Makefile.am @@ -18,7 +18,6 @@ include $(top_srcdir)/build/subst.inc SUFFIXES = .in dist_config_SCRIPTS = \ - edit-config \ $(NULL) nodist_noinst_DATA = \ -- cgit v1.2.3