summaryrefslogtreecommitdiffstats
path: root/configserver/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'configserver/CMakeLists.txt')
-rw-r--r--configserver/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/configserver/CMakeLists.txt b/configserver/CMakeLists.txt
index c2752da57b4..f189dc4f2c1 100644
--- a/configserver/CMakeLists.txt
+++ b/configserver/CMakeLists.txt
@@ -23,6 +23,6 @@ install_symlink(lib/jars/application-model-jar-with-dependencies.jar conf/config
install_symlink(lib/jars/node-repository-jar-with-dependencies.jar conf/configserver-app/components/node-repository.jar)
install_symlink(lib/jars/zookeeper-server-jar-with-dependencies.jar conf/configserver-app/components/zookeeper-server.jar)
install_symlink(conf/configserver-app/components lib/jars/config-models)
-install(DIRECTORY DESTINATION conf/zookeeper)
install(DIRECTORY DESTINATION var/zookeeper)
+install(DIRECTORY DESTINATION var/zookeeper/conf)
install(DIRECTORY DESTINATION logs/vespa/configserver)