aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-02-28 20:51:45 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-02-28 21:01:37 +0100
commitc3876380dce141c3b21b1575bcc5264f6cc92169 (patch)
treef87dbf07408f6589f94f8b389fee3dae98591416 /node-admin
parenta814b598a28ebeae8d20dea5e027f0fa7aa6eee8 (diff)
Sync cmake install with vespa-node-admin.spec and
vespa-standalone-container.spec.
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/node-admin/CMakeLists.txt b/node-admin/CMakeLists.txt
index 03bf09121c3..8dbb32c7de1 100644
--- a/node-admin/CMakeLists.txt
+++ b/node-admin/CMakeLists.txt
@@ -1,2 +1,6 @@
# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install(DIRECTORY DESTINATION logs/vespa/node-admin)
+install(FILES target/node-admin-jar-with-dependencies.jar DESTINATION conf/node-admin-app/components)
+install_symlink(lib/jars/flags-jar-with-dependencies.jar conf/node-admin-app/components/flags-jar-with-dependencies.jar)
+install(FILES src/main/application/services.xml DESTINATION conf/node-admin-app)
+install(PROGRAMS src/main/sh/node-admin.sh DESTINATION libexec/vespa)