From 579fbf032881a4ec267d285806adfc8636c92013 Mon Sep 17 00:00:00 2001 From: Aaron Würth Date: Mon, 26 Jan 2026 15:35:05 +0100 Subject: cmake: Removed leading "/" of install paths Removed leading / of install paths, so files get installed in the directory requested by CMake's --prefix.--- pkg/config/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/config') diff --git a/pkg/config/CMakeLists.txt b/pkg/config/CMakeLists.txt index efbd2bf..a330704 100644 --- a/pkg/config/CMakeLists.txt +++ b/pkg/config/CMakeLists.txt @@ -11,5 +11,5 @@ set(DNBD3_CONFIG_FILES ${CMAKE_CURRENT_SOURCE_DIR}/alt-servers # install configuration files into sample directory install(FILES ${DNBD3_CONFIG_FILES} - DESTINATION /etc/dnbd3-server/sample + DESTINATION etc/dnbd3-server/sample COMPONENT server) -- cgit v1.2.3-55-g7522