summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-15 10:34:46 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-15 11:05:25 +0200
commit407fc9d6b59ed97a6846ec953f55013333798f77 (patch)
tree075b3c685a7c8bef554c04f73e0330b7a3aa8fa6
parentx11-terms/mlterm: Fix virtual/skkserv entry in metadata.xml. (diff)
downloadgentoo-407fc9d6b59ed97a6846ec953f55013333798f77.tar.gz
gentoo-407fc9d6b59ed97a6846ec953f55013333798f77.tar.bz2
gentoo-407fc9d6b59ed97a6846ec953f55013333798f77.zip
python-utils-r1.eclass: python_wrapper_setup, fix pythonN-config cleanup
-rw-r--r--eclass/python-utils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 468eff126ef3..0f9b58f6fce5 100644
--- 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