summaryrefslogtreecommitdiffstats
path: root/packaging/makeself
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-01-29 23:27:10 +0200
committerGitHub <noreply@github.com>2019-01-29 23:27:10 +0200
commit8332381d612758533e35e8342ef5c9973c3e24a2 (patch)
tree6428f6ee8beb63da03d1f9488548c662c3caa8bf /packaging/makeself
parent71e5bd37ec49258d320a58b4ad38f34c34430fc8 (diff)
Add back the symlink netdata-latest.gz.run (#5286)
static build 64 breaks without it. Hasn't built properly since Dec.
Diffstat (limited to 'packaging/makeself')
-rwxr-xr-xpackaging/makeself/jobs/99-makeself.install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/makeself/jobs/99-makeself.install.sh b/packaging/makeself/jobs/99-makeself.install.sh
index 6832986138..182c0b57ef 100755
--- a/packaging/makeself/jobs/99-makeself.install.sh
+++ b/packaging/makeself/jobs/99-makeself.install.sh
@@ -92,4 +92,8 @@ FILE="netdata-${VERSION}.gz.run"
run mkdir -p artifacts
run mv "${NETDATA_INSTALL_PATH}.gz.run" "artifacts/${FILE}"
+
+[ -f netdata-latest.gz.run ] && rm netdata-latest.gz.run
+run ln -s "artifacts/${FILE}" netdata-latest.gz.run
+
echo >&2 "Self-extracting installer moved to 'artifacts/${FILE}'"