11 lines
534 B
Diff
11 lines
534 B
Diff
diff -up lsyncd-release-2.2.3/CMakeLists.txt.orig lsyncd-release-2.2.3/CMakeLists.txt
|
|
--- lsyncd-release-2.2.3/CMakeLists.txt.orig 2018-03-09 07:39:11.000000000 -0500
|
|
+++ lsyncd-release-2.2.3/CMakeLists.txt 2020-12-08 15:00:44.112179103 -0500
|
|
@@ -107,5 +107,5 @@ add_executable( lsyncd ${LSYNCD_SRC} )
|
|
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 /usr/share/man/man1/ )
|
|
|