From 4b515262ea09f1687e6ac9021219b6b2d7d54e61 Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Wed, 5 Jan 2022 16:42:29 +0100 Subject: Fix application-model name --- node-admin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node-admin') diff --git a/node-admin/CMakeLists.txt b/node-admin/CMakeLists.txt index 1110cd5de24..8ed90d6b8f1 100644 --- a/node-admin/CMakeLists.txt +++ b/node-admin/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright Yahoo. 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/application-model-jar-with-dependencies.jar conf/node-admin-app/components/application-model.jar) +install_symlink(lib/jars/application-model-jar-with-dependencies.jar conf/node-admin-app/components/application-model-jar-with-dependencies.jar) 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) -- cgit v1.2.3