aboutsummaryrefslogtreecommitdiffstats
path: root/main/lsyncd/fix-mandir.patch
blob: 6eceefe36a3e00d17696c6f312dd5d4ac7d1e4b8 (plain)
1
2
3
4
5
6
7
8
9
--- ./CMakeLists.txt.orig
+++ ./CMakeLists.txt
@@ -107,5 +107,5 @@
 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 share/man/man1 )