summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)