aports/main/lsyncd/fix-mandir.patch
2017-01-10 09:50:00 +00:00

9 lines
281 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,4 +106,4 @@
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 )