commit: 2e27e3af95a050f1ea175c8cf1838726150b3670
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 16:23:17 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 16:23:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e27e3af
net-p2p/bitcoind: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-p2p/bitcoind/bitcoind-0.17.1.ebuild | 2 +-
net-p2p/bitcoind/bitcoind-0.18.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
b/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
index f8e1efe4331..5e04c93da37 100644
--- a/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.17.1.ebuild
@@ -124,7 +124,7 @@ src_configure() {
src_install() {
default
- rm -f "${ED%/}/usr/bin/test_bitcoin" || die
+ rm -f "${ED}/usr/bin/test_bitcoin" || die
insinto /etc/bitcoin
newins "${FILESDIR}/bitcoin.conf" bitcoin.conf
diff --git a/net-p2p/bitcoind/bitcoind-0.18.0.ebuild
b/net-p2p/bitcoind/bitcoind-0.18.0.ebuild
index 6b144706f37..9948395c796 100644
--- a/net-p2p/bitcoind/bitcoind-0.18.0.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.18.0.ebuild
@@ -133,7 +133,7 @@ src_configure() {
src_install() {
default
- rm -f "${ED%/}/usr/bin/test_bitcoin" || die
+ rm -f "${ED}/usr/bin/test_bitcoin" || die
insinto /etc/bitcoin
newins "${FILESDIR}/bitcoin.conf" bitcoin.conf