summaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-10-03 07:22:28 +0000
committerArne Juul <arnej@yahooinc.com>2022-10-03 13:14:00 +0000
commit7a13dc92cd0705d1ca919cd46e0b382e0ce7cc41 (patch)
tree49d7a84f64471078149a24715609629668ec4fc4 /storageserver
parent485d067f2351805f394e404911713f9411088bb9 (diff)
use common install_absolute_symlink
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/apps/storaged/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageserver/src/apps/storaged/CMakeLists.txt b/storageserver/src/apps/storaged/CMakeLists.txt
index 10f38cf5269..bc2fe4abcc8 100644
--- a/storageserver/src/apps/storaged/CMakeLists.txt
+++ b/storageserver/src/apps/storaged/CMakeLists.txt
@@ -9,4 +9,4 @@ vespa_add_executable(storageserver_storaged_app
storageserver_storageapp
)
-install(CODE "execute_process(COMMAND ln -snf vespa-storaged-bin \$ENV{DESTDIR}/\${CMAKE_INSTALL_PREFIX}/sbin/vespa-distributord-bin)")
+install_absolute_symlink(vespa-storaged-bin sbin/vespa-distributord-bin)