aboutsummaryrefslogtreecommitdiffstats
path: root/main/lsyncd/fix-mandir.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-01-10 09:50:00 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-01-10 09:50:00 +0000
commit61996bf587870dd0479abad6dddc13de1e09734c (patch)
tree3d8981bfb5588b85d36d5c7e62a332100477e781 /main/lsyncd/fix-mandir.patch
parent68063f674d0ecb2d63ea169a8f7e8fc815df42d4 (diff)
downloadaports-61996bf587870dd0479abad6dddc13de1e09734c.tar.bz2
aports-61996bf587870dd0479abad6dddc13de1e09734c.tar.xz
main/lsyncd: upgrade to 2.2.1
Diffstat (limited to 'main/lsyncd/fix-mandir.patch')
-rw-r--r--main/lsyncd/fix-mandir.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/lsyncd/fix-mandir.patch b/main/lsyncd/fix-mandir.patch
new file mode 100644
index 0000000000..3ea5b9b285
--- /dev/null
+++ b/main/lsyncd/fix-mandir.patch
@@ -0,0 +1,8 @@
+--- 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 )