From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2879E1382C5 for ; Tue, 16 Jun 2020 11:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A6BBE0E03; Tue, 16 Jun 2020 11:04:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E967E0E03 for ; Tue, 16 Jun 2020 11:04:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9494C34F24E for ; Tue, 16 Jun 2020 11:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303C028F for ; Tue, 16 Jun 2020 11:04:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1592305446.4a96e07ad2aa35c72d8bc5dd36ef9460809f929f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rsync/rsync-3.2.0_pre2.ebuild X-VCS-Directories: net-misc/rsync/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4a96e07ad2aa35c72d8bc5dd36ef9460809f929f X-VCS-Branch: master Date: Tue, 16 Jun 2020 11:04:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59522515-4fa1-4b02-b5cc-f134cbe4a932 X-Archives-Hash: e47ca0ce64fcde75941f8843cdee468e commit: 4a96e07ad2aa35c72d8bc5dd36ef9460809f929f Author: Lars Wendler gentoo org> AuthorDate: Tue Jun 16 11:04:06 2020 +0000 Commit: Lars Wendler gentoo 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 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*