commit:     4a96e07ad2aa35c72d8bc5dd36ef9460809f929f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 11:04:06 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 11:04:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a96e07a

net-misc/rsync: Removed unnecessary slash strip (QA notice)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-misc/rsync/rsync-3.2.0_pre2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rsync/rsync-3.2.0_pre2.ebuild 
b/net-misc/rsync/rsync-3.2.0_pre2.ebuild
index 239ceb95853..485c7b0379a 100644
--- a/net-misc/rsync/rsync-3.2.0_pre2.ebuild
+++ b/net-misc/rsync/rsync-3.2.0_pre2.ebuild
@@ -91,7 +91,7 @@ src_install() {
        if use examples ; then
                exeinto /usr/share/rsync
                doexe support/*
-               rm -f "${ED%/}"/usr/share/rsync/{Makefile*,*.c}
+               rm -f "${ED}"/usr/share/rsync/{Makefile*,*.c}
        fi
 
        eprefixify "${ED}"/etc/{,xinetd.d}/rsyncd*

Reply via email to