summaryrefslogtreecommitdiff
path: root/extra/python-setuptools
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-01 21:09:31 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-01 21:09:31 +0100
commitc26d41170a5256a0045d3315c9fc98417882aad2 (patch)
treea65d7fbbdff1689d6b0861a000b057a80f8321bf /extra/python-setuptools
parentee04d5812b223b1dea5a7d64b2846b9bfbbe65fb (diff)
downloadpackages-c26d41170a5256a0045d3315c9fc98417882aad2.tar.xz
extra/python-setuptools: another bootstrapping trial with correct egg-info (now correct)
Diffstat (limited to 'extra/python-setuptools')
-rw-r--r--extra/python-setuptools/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
index cadd0ba7..9320e0b6 100644
--- a/extra/python-setuptools/PKGBUILD
+++ b/extra/python-setuptools/PKGBUILD
@@ -25,6 +25,6 @@ eval "$(
6 i python setup.py egg_info \
rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/setuptools-57.4.0-py3.10.egg-info \
mkdir "$pkgdir"/usr/lib/python3.10/site-packages/setuptools-57.4.0-py3.10.egg-info \
- cp -R setuptools.egg-info "$pkgdir"/usr/lib/python3.10/site-packages/setuptools-57.4.0-py3.10.egg-info/.
+ cp -R setuptools.egg-info/* "$pkgdir"/usr/lib/python3.10/site-packages/setuptools-57.4.0-py3.10.egg-info/.
'
)"