diff options
| author | Aaron Würth | 2026-01-26 15:35:05 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-26 15:35:05 +0100 |
| commit | 579fbf032881a4ec267d285806adfc8636c92013 (patch) | |
| tree | 4947a6ca3040b565e61e49c7d0d77ac87a84b0c5 /pkg/systemd | |
| parent | [SERVER] Speed up replication (diff) | |
| download | dnbd3-master.tar.gz dnbd3-master.tar.xz dnbd3-master.zip | |
Removed leading / of install paths, so files get installed in the
directory requested by CMake's --prefix.
Diffstat (limited to 'pkg/systemd')
| -rw-r--r-- | pkg/systemd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
