summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-11 13:50:05 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-11 13:50:05 +0200
commit266f3041171e8161b3ab50bbae74543ec7562cc8 (patch)
treec1dbc1038393c298e6d31d3f8de622b9c65931f1 /net-p2p/bittornado
parentdev-vcs/hgsvn: [QA] Fix double-prefix (diff)
downloadgentoo-266f3041171e8161b3ab50bbae74543ec7562cc8.tar.gz
gentoo-266f3041171e8161b3ab50bbae74543ec7562cc8.tar.bz2
gentoo-266f3041171e8161b3ab50bbae74543ec7562cc8.zip
net-p2p/bittornado: [QA] Fix double-prefix
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-p2p/bittornado')
-rw-r--r--net-p2p/bittornado/bittornado-0.3.18-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild b/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild
index a9edb21c4c47..65522c0ef29f 100644
--- a/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild
+++ b/net-p2p/bittornado/bittornado-0.3.18-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# note: wxGTK interface has been removed wrt #391685. this ebuild is only for
@@ -45,7 +45,7 @@ python_install() {
# get rid of any reference to the not-installed gui version
rm "${ED%/}"/usr/bin/*gui.py || die
- rm "${ED%/}$(python_get_scriptdir)"/*gui.py || die
+ rm "${D}/$(python_get_scriptdir)"/*gui.py || die
}
python_install_all() {