Module: kamailio Branch: master Commit: 853bf9ebd24b3802a7e55d494fa7e9a42e261560 URL: https://github.com/kamailio/kamailio/commit/853bf9ebd24b3802a7e55d494fa7e9a42e261560
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@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/853bf9ebd24b3802a7e55d494fa7e9a42e261560.diff Patch: https://github.com/kamailio/kamailio/commit/853bf9ebd24b3802a7e55d494fa7e9a42e261560.patch --- 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() _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!