aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps
diff options
context:
space:
mode:
Diffstat (limited to 'storageserver/src/apps')
-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)