Skip to content

Commit

Permalink
net-p2p/bittornado: [QA] Fix double-prefix
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 11, 2019
1 parent 2678ef7 commit 266f304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-p2p/bittornado/bittornado-0.3.18-r4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 266f304

Please sign in to comment.