projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a60673
)
dev-vcs/hgsvn: [QA] Fix double-prefix
author
David Seifert
<soap@gentoo.org>
Sun, 11 Aug 2019 11:50:02 +0000
(13:50 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 11 Aug 2019 11:50:02 +0000
(13:50 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild
index abbb8844768ea6152fc5c5ecd5967385d7fcf993..016859b30c3321d0e2f9939d4624e72cbde9d70e 100644
(file)
--- 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-201
5 Gentoo Foundation
+# Copyright 1999-201
9 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
}