CMakeLists.txt: update man install location.
authorFelipe Barriga Richards <spam@felipebarriga.cl>
Mon, 27 Feb 2017 03:46:30 +0000 (00:46 -0300)
committerFelipe Barriga Richards <spam@felipebarriga.cl>
Mon, 27 Feb 2017 03:46:30 +0000 (00:46 -0300)
CMakeLists.txt

index 0ebd0b2b041968dd6e36838a354c3df9d2bf4f60..a17e2b355c3f756c70ecc07db62cf4d6641de444 100644 (file)
@@ -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
 )