commit:     fbcb64c3c55b855bb648c00ac42917e022fea704
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 20:14:24 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 20:14:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcb64c3

net-irc/irker: remove unnecessary slash strip

This is EAPI 7, so we know that ${ED} won't contain
a trailing slash.

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/irker/irker-2.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irker/irker-2.19.ebuild b/net-irc/irker/irker-2.19.ebuild
index 77d10e3ec2f..0bd760d88f7 100644
--- a/net-irc/irker/irker-2.19.ebuild
+++ b/net-irc/irker/irker-2.19.ebuild
@@ -46,7 +46,7 @@ src_prepare() {
 src_install() {
        default
 
-       python_doscript "${ED%/}/usr/bin/irkerd"
+       python_doscript "${ED}/usr/bin/irkerd"
        # Not installed with the default Makefile
        python_doscript irk irkerhook.py
 

Reply via email to