x11-misc/mugshot: drop unnecessary slash strip ${ED%/}
authorConrad Kostecki <conikost@gentoo.org>
Thu, 5 Dec 2019 20:04:24 +0000 (21:04 +0100)
committerConrad Kostecki <conikost@gentoo.org>
Thu, 5 Dec 2019 21:46:05 +0000 (22:46 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
x11-misc/mugshot/mugshot-0.4.2.ebuild

index 49f8a23022597239803d4e0a4a311c2f2c9bc40f..d554083db4a86d78f155d9f4bfdc15dcd8e08c43 100644 (file)
@@ -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() {