projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe64303
)
x11-misc/mugshot: drop unnecessary slash strip ${ED%/}
author
Conrad Kostecki
<conikost@gentoo.org>
Thu, 5 Dec 2019 20:04:24 +0000
(21:04 +0100)
committer
Conrad 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
patch
|
blob
|
history
diff --git
a/x11-misc/mugshot/mugshot-0.4.2.ebuild
b/x11-misc/mugshot/mugshot-0.4.2.ebuild
index 49f8a23022597239803d4e0a4a311c2f2c9bc40f..d554083db4a86d78f155d9f4bfdc15dcd8e08c43 100644
(file)
--- 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() {