aboutsummaryrefslogtreecommitdiffstats
path: root/main/lsyncd/fix-mandir.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-03-19 21:17:49 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-03-19 21:19:52 +0000
commit3681c50d3ece8447e5977fec4056485bbb702109 (patch)
treeebb2bd480f581eef415a3846b8cc0910702b0fa9 /main/lsyncd/fix-mandir.patch
parent113e3fc801a63b6c891b520d13f104c62d674b97 (diff)
downloadaports-3681c50d3ece8447e5977fec4056485bbb702109.tar.bz2
aports-3681c50d3ece8447e5977fec4056485bbb702109.tar.xz
main/lsyncd: upgrade to 2.2.3 and fixes
- fix doc subpkg - switch to lua 5.3 as 5.1 is no longer supported
Diffstat (limited to 'main/lsyncd/fix-mandir.patch')
-rw-r--r--main/lsyncd/fix-mandir.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/lsyncd/fix-mandir.patch b/main/lsyncd/fix-mandir.patch
index 3ea5b9b285..6eceefe36a 100644
--- a/main/lsyncd/fix-mandir.patch
+++ b/main/lsyncd/fix-mandir.patch
@@ -1,8 +1,9 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -106,4 +106,4 @@
+--- ./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 )
++install( FILES doc/manpage/lsyncd.1 DESTINATION share/man/man1 )
+