summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-07-22 12:00:33 +0200
committerGitHub <noreply@github.com>2019-07-22 12:00:33 +0200
commit4a1c750a0c467eda9b77e31bfbcc75c92fcdd010 (patch)
treef7229d2fc6bff8bb854851da36e2b17c05562ac5 /system
parentd96b649d6eb783d6c46167d56d0c38d8d013e06f (diff)
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
Diffstat (limited to 'system')
-rw-r--r--system/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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 = \