summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-09-26 16:20:56 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-09-26 16:20:56 +0200
commit918de40ce6e48549427e49bb33dade4b6405c52e (patch)
treee6dbb302306170f4f183f118fb820efe4f168a99 /dist
parent471ca26b077dc4d9b8d709f51071e8fe66347540 (diff)
Fix directories.
Diffstat (limited to 'dist')
-rw-r--r--dist/CMakeLists.txt2
-rwxr-xr-xdist/post_install.sh1
2 files changed, 0 insertions, 3 deletions
diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt
deleted file mode 100644
index d06074074df..00000000000
--- a/dist/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_LIST_DIR}/post_install.sh ${CMAKE_INSTALL_PREFIX})")
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 246fd1a6726..2297394a3a3 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -50,5 +50,4 @@ ln -sf $PREFIX/lib/jars/orchestrator-jar-with-dependencies.jar $INSTALLPATH/conf
ln -sf $PREFIX/lib/jars/node-repository-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/node-repository.jar
ln -sf $PREFIX/lib/jars/zkfacade-jar-with-dependencies.jar $INSTALLPATH/conf/configserver-app/components/zkfacade.jar
ln -snf $PREFIX/conf/configserver-app/components $INSTALLPATH/lib/jars/config-models
-ln -sf vespa-storaged-bin $INSTALLPATH/sbin/vespa-distributord-bin