1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/community/postsrsd/cmake-dont-install-systemdfile.patch
2023-01-06 17:11:02 +00:00

14 lines
539 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 193bbe0..ee1fd6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -320,9 +320,6 @@ install(TARGETS postsrsd RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR})
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.conf"
DESTINATION "${CMAKE_INSTALL_DATADIR}/doc/${PROJECT_NAME}"
)
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.service"
- DESTINATION "${SYSTEMD_UNITDIR}"
-)
if(GENERATE_SRS_SECRET)
find_program(DD dd DOC "path to dd executable")