From 7a13dc92cd0705d1ca919cd46e0b382e0ce7cc41 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Mon, 3 Oct 2022 07:22:28 +0000 Subject: use common install_absolute_symlink --- storageserver/src/apps/storaged/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storageserver/src') 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) -- cgit v1.2.3