Skip to content

Commit d84710b

Browse files
kapshalanxz
authored andcommitted
Install manpages into DATAROOTDIR
1 parent 66a623d commit d84710b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if (BUILD_TOOLS_DOCS)
6262
string( REGEX REPLACE "^[.]" "" fileExt ${fileExt} )
6363
install(
6464
FILES ${file}
65-
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man${fileExt}
65+
DESTINATION ${CMAKE_INSTALL_MANDIR}/man${fileExt}
6666
)
6767
endforeach()
6868

0 commit comments

Comments
 (0)