commit:     fe64303fc97e26bc95e724a148a6d1473001aa6c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 20:03:29 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 21:46:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe64303f

net-misc/mcproxy: drop unnecessary slash strip ${ED%/}

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild 
b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
index b45f84ae135..41a61a3847d 100644
--- a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
@@ -43,7 +43,7 @@ src_compile() {
 }
 
 src_install() {
-       emake INSTALL_ROOT="${ED%/}" install
+       emake INSTALL_ROOT="${ED}" install
 
        insinto /etc
        doins mcproxy.conf

Reply via email to