diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 83a804e43f02c31eeb3223c787662175a0819d05..3a204fe5770a5aab4c1e4ed866202526ef2f144b 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,3 +1,3 @@ if (OPENDHT_TOOLS) - INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dhtnode.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1) + INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dhtnode.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) endif ()