summaryrefslogtreecommitdiffstats
path: root/fileacquirer
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-09-25 16:19:56 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-09-25 16:19:56 +0200
commitd223639803d4a15c071b76dfbca39018ffaeed81 (patch)
tree782c86393790a25a428573a1b88fa95aa0e3cddf /fileacquirer
parent835d135a7c4ac42d7c4d6017c0da6a6684908d9d (diff)
Remove global install of files and put this in the modules that owns them.
Diffstat (limited to 'fileacquirer')
-rw-r--r--fileacquirer/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/fileacquirer/CMakeLists.txt b/fileacquirer/CMakeLists.txt
index 1ae83a6f6c2..3a675f572be 100644
--- a/fileacquirer/CMakeLists.txt
+++ b/fileacquirer/CMakeLists.txt
@@ -9,3 +9,6 @@ vespa_define_module(
LIBS
src/vespa/fileacquirer
)
+
+install(FILES src/main/resources/configdefinitions/filedistributorrpc.def RENAME cloud.config.filedistribution.filedistributorrpc.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)