diff options
| -rw-r--r-- | pkg/config/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | pkg/systemd/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/pkg/systemd/CMakeLists.txt b/pkg/systemd/CMakeLists.txt index b094b4b..237d0f0 100644 --- a/pkg/systemd/CMakeLists.txt +++ b/pkg/systemd/CMakeLists.txt @@ -9,5 +9,5 @@ set(DNBD3_SYSTEMD_FILES ${CMAKE_CURRENT_SOURCE_DIR}/dnbd3-server.service) # install systemd service files install(FILES ${DNBD3_SYSTEMD_FILES} - DESTINATION /usr/lib/systemd/system + DESTINATION usr/lib/systemd/system COMPONENT server) |
