aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2017-06-08 09:41:36 +0200
committerGitHub <noreply@github.com>2017-06-08 09:41:36 +0200
commitaf06ce6113d1881c3109ea2371720ef2237e1174 (patch)
tree570d0341e519e41d4eab41ca2661ae06a0ba76ec /dist
parentd0ec06403c4ad30c280bed4c15b75b998b0ad563 (diff)
parent5d855433fbd562427b1057c7e457adee3abf2ca6 (diff)
Merge pull request #2654 from yahoo/toregge/rename-storageserver-binaries-fixup
vespa-distributord-bin should point to vespa-storaged-bin
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 32b2f6af05e..e9fd96bf6db 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -67,7 +67,7 @@ ln -s $PREFIX/lib/jars/orchestrator-jar-with-dependencies.jar $INSTALLPATH/conf/
ln -s $PREFIX/lib/jars/node-repository-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/node-repository.jar
ln -s $PREFIX/lib/jars/zkfacade-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/zkfacade.jar
ln -s $PREFIX/conf/configserver-app/components $INSTALLPATH/lib/jars/config-models
-ln -s storaged-bin $INSTALLPATH/sbin/distributord-bin
+ln -s vespa-storaged-bin $INSTALLPATH/sbin/vespa-distributord-bin
# Temporary when renaming binaries in fsa
ln -s vespa-fsadump $INSTALLPATH/bin/fsadump