Files
gentoo/net-analyzer/sshping/files/sshping-0.1.4-fix-man-dir.patch
John Helmert III f27c272aa3 net-analyzer/sshping: initial import
Signed-off-by: John Helmert III <ajak@gentoo.org>
2021-10-24 10:02:15 -05:00

14 lines
434 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e59dd5..d20c9a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ if (UNIX)
endif (UNIX)
add_custom_target(man ALL DEPENDS ${MAN_TGT})
-install(FILES ${MAN_TGT} DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8)
+install(FILES ${MAN_TGT} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man8)
# Packaging for RPM or DEB
find_program(rpmbuild_path "rpmbuild" FALSE)