diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 21:04:24 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 22:46:05 +0100 |
commit | 3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676 (patch) | |
tree | 55ecf4197c4e83f4a5f2fb4eb4edd8bf905a2228 /x11-misc/mugshot | |
parent | net-misc/mcproxy: drop unnecessary slash strip ${ED%/} (diff) | |
download | gentoo-3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676.tar.gz gentoo-3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676.tar.bz2 gentoo-3f2fd2d76f6c7ae9d8bfab5f5f52dd7557870676.zip |
x11-misc/mugshot: drop unnecessary slash strip ${ED%/}
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/mugshot')
-rw-r--r-- | x11-misc/mugshot/mugshot-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |