aports/main/lsyncd/fix-mandir.patch
Carlo Landmeter 3681c50d3e main/lsyncd: upgrade to 2.2.3 and fixes
- fix doc subpkg
- switch to lua 5.3 as 5.1 is no longer supported
2018-03-19 21:19:52 +00:00

10 lines
293 B
Diff

--- ./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 )