From 3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 5 Dec 2019 21:04:24 +0100 Subject: x11-misc/mugshot: drop unnecessary slash strip ${ED%/} Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki --- x11-misc/mugshot/mugshot-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-misc/mugshot') diff --git a/x11-misc/mugshot/mugshot-0.4.2.ebuild b/x11-misc/mugshot/mugshot-0.4.2.ebuild index 49f8a2302259..d554083db4a8 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() { -- cgit v1.2.3-65-gdbad