Skip to content

Commit

Permalink
dev-python/backports-shutil_get_terminal_size: remove double prefix.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
heroxbd committed Jul 22, 2016
1 parent 6abca74 commit 9cd4291
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -29,5 +29,5 @@ python_install() {
distutils-r1_python_install

# main namespace provided by dev-python/backports
rm "${ED}$(python_get_sitedir)"/backports/__init__.py* || die
rm "${D}$(python_get_sitedir)"/backports/__init__.py* || die
}

0 comments on commit 9cd4291

Please sign in to comment.