aboutsummaryrefslogtreecommitdiffstats
path: root/client/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-08-31 13:43:02 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-05 11:34:14 +0000
commit1c2def630b6ee3885d8eb09ff6df39f8205c9c6e (patch)
tree711de9e0042614b43b8b5b9b04bd99a434ae5c69 /client/CMakeLists.txt
parent9747632efc45d76f1c78e8b70b2f6bf8e2d812dd (diff)
allow indirection via script-utils
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r--client/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 07361e4b2eb..9ab262cffb9 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -11,6 +11,6 @@ add_custom_command(OUTPUT ${GODIR}/bin/vespa-logfmt ${GODIR}/bin/vespa-deploy
add_custom_target(vespalog_logfmt ALL DEPENDS ${GODIR}/bin/vespa-logfmt)
-install(PROGRAMS ${GODIR}/bin/vespa-logfmt DESTINATION bin)
-install(PROGRAMS ${GODIR}/bin/vespa-deploy DESTINATION bin)
install(PROGRAMS ${GODIR}/bin/script-utils DESTINATION libexec/vespa)
+install_symlink(libexec/vespa/script-utils bin/vespa-logfmt)
+install_symlink(libexec/vespa/script-utils bin/vespa-deploy)