commit: 5ed5d217b58c77dcf6801a92594233d2c3531635
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 20:46:07 2020 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 20:46:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed5d217
net-im/discord-bin: Drop unnecessart slash strip
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
net-im/discord-bin/discord-bin-0.0.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild
b/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild
index d754dc9b481..8299f57aaac 100644
--- a/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild
+++ b/net-im/discord-bin/discord-bin-0.0.9-r1.ebuild
@@ -76,7 +76,7 @@ src_install() {
fperms +x /opt/${MY_PN}/${MY_BIN}
dosym ../../opt/${MY_PN}/${MY_BIN} usr/bin/${MY_PN}
- pax-mark -m "${ED%/}"/opt/${MY_PN}/${MY_PN}
+ pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
}
pkg_postinst() {