dev-python/backports-shutil_get_terminal_size: remove double prefix.

Package-Manager: portage-2.3.0
This commit is contained in:
Benda Xu
2016-07-22 11:07:03 +09:00
parent 6abca74d6a
commit 9cd4291278

View File

@@ -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$
@@ -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
}