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 6BB33138334 for ; Thu, 5 Dec 2019 21:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14FA6E0924; Thu, 5 Dec 2019 21:47:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F32BCE0924 for ; Thu, 5 Dec 2019 21:47:29 +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 345D534D81E for ; Thu, 5 Dec 2019 21:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B044B8D1 for ; Thu, 5 Dec 2019 21:47:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1575582365.3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mugshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mugshot/mugshot-0.4.2.ebuild X-VCS-Directories: x11-misc/mugshot/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676 X-VCS-Branch: master Date: Thu, 5 Dec 2019 21:47:27 +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: 98538239-69c6-4635-a0d4-8d1de613d4e5 X-Archives-Hash: 2b06a6f6439e94d0f10f33df5be01885 commit: 3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Dec 5 20:04:24 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Dec 5 21:46:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2fd2d7 x11-misc/mugshot: drop unnecessary slash strip ${ED%/} Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/mugshot/mugshot-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/mugshot/mugshot-0.4.2.ebuild b/x11-misc/mugshot/mugshot-0.4.2.ebuild index 49f8a230225..d554083db4a 100644 --- a/x11-misc/mugshot/mugshot-0.4.2.ebuild +++ b/x11-misc/mugshot/mugshot-0.4.2.ebuild @@ -56,7 +56,7 @@ python_install() { distutils-r1_python_install # Since DOCS are installed twice, remove the wrong path - rm -r "${ED%/}"/usr/share/doc/mugshot || die + rm -r "${ED}"/usr/share/doc/mugshot || die } pkg_postinst() {