From 407fc9d6b59ed97a6846ec953f55013333798f77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 May 2016 10:34:46 +0200 Subject: [PATCH] python-utils-r1.eclass: python_wrapper_setup, fix pythonN-config cleanup --- eclass/python-utils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2