Module: kamailio Branch: master Commit: 853bf9ebd24b3802a7e55d494fa7e9a42e261560 URL: https://github.com/kamailio/kamailio/commit/853bf9ebd24b3802a7e55d494fa7e9a4...
Author: Xenofon Karamanos xk@gilawa.com Committer: Xenofon Karamanos xk@gilawa.com Date: 2025-01-07T13:30:59Z
cmake: Fix installation path for modules man7
---
Modified: cmake/modules-docs.cmake
---
Diff: https://github.com/kamailio/kamailio/commit/853bf9ebd24b3802a7e55d494fa7e9a4... Patch: https://github.com/kamailio/kamailio/commit/853bf9ebd24b3802a7e55d494fa7e9a4...
---
diff --git a/cmake/modules-docs.cmake b/cmake/modules-docs.cmake index a8ed23f2b99..10b1b70a8f2 100644 --- a/cmake/modules-docs.cmake +++ b/cmake/modules-docs.cmake @@ -178,7 +178,7 @@ function(docs_add_module module_name)
install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/${module_name}/${module_name}.7 - DESTINATION ${CMAKE_INSTALL_DOCDIR}/modules + DESTINATION ${CMAKE_INSTALL_DATADIR}/man/man7 COMPONENT kamailio_docs OPTIONAL) endif()