diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:50:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:50:02 +0200 |
commit | 2678ef7077e200c2882e965cb91da60684391b65 (patch) | |
tree | 8d46392a22aaa21c4cee1cc3ad2791a8924ec804 /dev-vcs | |
parent | dev-python/backports-os: [QA] Fix double-prefix (diff) | |
download | gentoo-2678ef7077e200c2882e965cb91da60684391b65.tar.gz gentoo-2678ef7077e200c2882e965cb91da60684391b65.tar.bz2 gentoo-2678ef7077e200c2882e965cb91da60684391b65.zip |
dev-vcs/hgsvn: [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 'dev-vcs')
-rw-r--r-- | dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild index abbb8844768e..016859b30c33 100644 --- a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild +++ b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -37,5 +37,5 @@ python_prepare_all() { python_install() { distutils-r1_python_install - rm -fr "${ED}$(python_get_sitedir)/hgsvn/unittests" + rm -rf "${D}/$(python_get_sitedir)/hgsvn/unittests" || die } |