diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 21:03:29 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-05 22:46:05 +0100 |
commit | fe64303fc97e26bc95e724a148a6d1473001aa6c (patch) | |
tree | 27f09fc0213e71b3cb87ea887334f66cd20dc704 /net-misc/mcproxy | |
parent | net-misc/wol: drop old version (diff) | |
download | gentoo-fe64303fc97e26bc95e724a148a6d1473001aa6c.tar.gz gentoo-fe64303fc97e26bc95e724a148a6d1473001aa6c.tar.bz2 gentoo-fe64303fc97e26bc95e724a148a6d1473001aa6c.zip |
net-misc/mcproxy: 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 'net-misc/mcproxy')
-rw-r--r-- | net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild index b45f84ae1358..41a61a3847d5 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 |