summaryrefslogtreecommitdiff
path: root/sysutils/lsyncd/files/patch-CMakeLists.txt
blob: c190a3b66345c7fcce3cd7a5dae4e46518808094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- CMakeLists.txt.orig	2018-03-09 12:39:11 UTC
+++ CMakeLists.txt
@@ -104,8 +104,8 @@ add_custom_target( tests
 
 # compiling and linking it all together
 add_executable( lsyncd ${LSYNCD_SRC} )
-target_link_libraries( lsyncd ${LUA_LIBRARIES} )
+target_link_libraries( lsyncd ${LUA_LIBRARIES} /usr/local/lib/libinotify.so )
 
-install( TARGETS lsyncd RUNTIME DESTINATION bin )
-install( FILES doc/manpage/lsyncd.1 DESTINATION man )
+install( TARGETS lsyncd RUNTIME DESTINATION sbin )
+install( FILES doc/manpage/lsyncd.1 DESTINATION share/man/man1 )