summaryrefslogtreecommitdiff
path: root/net-misc/rsync/rsync-3.2.7-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-26 13:14:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-26 13:14:43 +0000
commit7de40ae3e1ba40671bc9aac9ebbf3f42952a036b (patch)
tree1bca877e82a542b8d0809d9de07a59ae67941c07 /net-misc/rsync/rsync-3.2.7-r1.ebuild
parentfd3ff6e6efb0d3cf8b899956e7b48df4e2ac9615 (diff)
gentoo auto-resync : 26:11:2022 - 13:14:42
Diffstat (limited to 'net-misc/rsync/rsync-3.2.7-r1.ebuild')
-rw-r--r--net-misc/rsync/rsync-3.2.7-r1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/net-misc/rsync/rsync-3.2.7-r1.ebuild b/net-misc/rsync/rsync-3.2.7-r1.ebuild
index bbb1e1b44e26..6c31cf7b857f 100644
--- a/net-misc/rsync/rsync-3.2.7-r1.ebuild
+++ b/net-misc/rsync/rsync-3.2.7-r1.ebuild
@@ -96,6 +96,13 @@ src_prepare() {
if use examples || use rrsync; then
python_fix_shebang support/
fi
+
+ if [[ -f rrsync.1 ]]; then
+ # If the pre-build rrsync.1 man page exists, then link to it
+ # from support/rrsync.1 to avoid rsync's build system attempting
+ # re-creating the man page (bug #883049).
+ ln -s ../rrsync.1 support/rrsync.1 || die
+ fi
}
src_configure() {