From: Felipe Barriga Richards Date: Mon, 27 Feb 2017 03:46:30 +0000 (-0300) Subject: CMakeLists.txt: update man install location. X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;ds=inline;h=7bbf49883780af4d17e264b6a0f03daa543f9077;p=rrq%2Ffuse_xattrs.git CMakeLists.txt: update man install location. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ebd0b2..a17e2b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ target_link_libraries ( install (TARGETS fuse_xattrs DESTINATION bin) install ( FILES ${CMAKE_CURRENT_BINARY_DIR}/fuse_xattrs.1 - DESTINATION man/man1 + DESTINATION share/man/man1 COMPONENT doc )