aboutsummaryrefslogtreecommitdiffstats
path: root/functions.cmake
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-10-19 13:54:07 +0200
committerGitHub <noreply@github.com>2017-10-19 13:54:07 +0200
commitba70ab7b16f9518b90846e251822e6e11a46d541 (patch)
treec8f676845d7dc2bdf19af7aef3b3dbbd88a2630b /functions.cmake
parentdbf6dbe83dbafc12977a0823034c5a41d6116c5c (diff)
Revert "Move config server defs and make sure VESPA_USER owns var/."
Diffstat (limited to 'functions.cmake')
-rw-r--r--functions.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.cmake b/functions.cmake
index f3d28bb1a0f..1c3d1ff7a6e 100644
--- a/functions.cmake
+++ b/functions.cmake
@@ -539,9 +539,9 @@ endfunction()
function(install_config_definition)
if(ARGC GREATER 1)
- install(FILES ${ARGV0} RENAME ${ARGV1} DESTINATION share/vespa/configdefinitions)
+ install(FILES ${ARGV0} RENAME ${ARGV1} DESTINATION var/db/vespa/config_server/serverdb/classes)
else()
- install(FILES ${ARGV0} DESTINATION share/vespa/configdefinitions)
+ install(FILES ${ARGV0} DESTINATION var/db/vespa/config_server/serverdb/classes)
endif()
endfunction()