diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-10 15:59:53 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-12-10 17:44:56 +0100 |
commit | 34324e533a69ce8347e3551ec50155213306b0d6 (patch) | |
tree | 86dbff0ccae1eed893b06181a4f4f38cebf8a018 /app-admin/lsyncd/files | |
parent | dev-util/jenkins-bin: bump to v2.155 (diff) | |
download | gentoo-34324e533a69ce8347e3551ec50155213306b0d6.tar.gz gentoo-34324e533a69ce8347e3551ec50155213306b0d6.tar.bz2 gentoo-34324e533a69ce8347e3551ec50155213306b0d6.zip |
app-admin/lsyncd: bump to v2.2.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-admin/lsyncd/files')
-rw-r--r-- | app-admin/lsyncd/files/lsyncd-2.3.3-mandir.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-admin/lsyncd/files/lsyncd-2.3.3-mandir.patch b/app-admin/lsyncd/files/lsyncd-2.3.3-mandir.patch new file mode 100644 index 000000000000..240ad6dce8fa --- /dev/null +++ b/app-admin/lsyncd/files/lsyncd-2.3.3-mandir.patch @@ -0,0 +1,9 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -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 share/man/man1 ) + |