projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95089b
)
python-utils-r1.eclass: python_wrapper_setup, fix pythonN-config cleanup
author
Michał Górny
<mgorny@gentoo.org>
Sun, 15 May 2016 08:34:46 +0000
(10:34 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 15 May 2016 09:05:25 +0000
(11:05 +0200)
eclass/python-utils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index 468eff126ef3fa4d40206b187f1e8bc881bb5d9d..0f9b58f6fce5a83e274ceed5c68f2e12a6f5de3c 100644
(file)
--- a/
eclass/python-utils-r1.eclass
+++ b/
eclass/python-utils-r1.eclass
@@
-917,7
+917,7
@@
python_wrapper_setup() {
mkdir -p "${workdir}"/{bin,pkgconfig} || die
# Clean up, in case we were supposed to do a cheap update.
- rm -f "${workdir}"/bin/python{,2,3,-config} || die
+ rm -f "${workdir}"/bin/python{,2,3
}{
,-config} || die
rm -f "${workdir}"/bin/2to3 || die
rm -f "${workdir}"/pkgconfig/python{,2,3}.pc || die