summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-01-18 15:24:55 +0100
committerGitHub <noreply@github.com>2019-01-18 15:24:55 +0100
commit42a35bda093c620b15387beb92eb340e56aea8c5 (patch)
tree48ef892f991125ffe7136eac4b0a6f641f2b9689 /Makefile.am
parent711dbd764d7335696b312779f7e02556f2f557f6 (diff)
fix path to updater file (#5209)
* fix path to updater file * pack updater into dist package
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \