From 42a35bda093c620b15387beb92eb340e56aea8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Fri, 18 Jan 2019 15:24:55 +0100 Subject: fix path to updater file (#5209) * fix path to updater file * pack updater into dist package --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a6998839ae..a487341ac5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,10 +70,11 @@ dist_noinst_DATA= \ # should be proper init.d/openrc/systemd usable dist_noinst_SCRIPTS= \ coverity-scan.sh \ + packaging/installer/netdata-updater.sh \ packaging/installer/kickstart.sh \ packaging/installer/kickstart-static64.sh \ - netdata-installer.sh \ packaging/installer/functions.sh \ + netdata-installer.sh \ docs/generator/buildhtml.sh \ docs/generator/buildyaml.sh \ docs/generator/checklinks.sh \ -- cgit v1.2.3