Install man page to correct subfolder

fixes #655
This commit is contained in:
Daniel Poelzleithner 2022-03-04 11:47:28 +01:00
parent 8e002d64b5
commit a410ddebb8
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ add_executable( lsyncd ${LSYNCD_SRC} )
target_link_libraries( lsyncd ${LUA_LIBRARIES} )
install( TARGETS lsyncd RUNTIME DESTINATION bin )
install( FILES doc/manpage/lsyncd.1 DESTINATION man )
install( FILES doc/manpage/lsyncd.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT man )
install( DIRECTORY examples DESTINATION doc )