summaryrefslogtreecommitdiffstats
path: root/dist/post_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist/post_install.sh')
-rwxr-xr-xdist/post_install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index fb50b0206c9..bcc33c784ad 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -87,3 +87,9 @@ ln -s vespa-storaged-bin $INSTALLPATH/sbin/storaged-bin
ln -s vespa-distributord-bin $INSTALLPATH/sbin/distributord-bin
ln -s vespa-storaged $INSTALLPATH/sbin/storaged
ln -s vespa-distributord $INSTALLPATH/sbin/distributord
+
+# Temporary when renaming binaries in vespalog
+ln -s vespa-log-conv $INSTALLPATH/bin/vlogconv
+ln -s vespa-logctl $INSTALLPATH/bin/logctl
+ln -s vespa-logfmt $INSTALLPATH/bin/logfmt
+ln -s vespa-log-replay $INSTALLPATH/bin/vlogreplay