summaryrefslogtreecommitdiff
path: root/extra/python-setuptools
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-17 13:14:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-17 13:14:47 +0100
commit3082321cedbb6e2bb2d689df06bd66c1ad1a8ff2 (patch)
treed5b213cb9ceca986fd0628acfa52584fff77da10 /extra/python-setuptools
parent30e64f4a15f594b009fa788a11175e553f65787c (diff)
downloadpackages-3082321cedbb6e2bb2d689df06bd66c1ad1a8ff2.tar.xz
extra/python-setuptools: fix for missing scripts-3.10 dir, bootstrapping
Diffstat (limited to 'extra/python-setuptools')
-rw-r--r--extra/python-setuptools/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
index 3dfb6ab0..08ae23c3 100644
--- a/extra/python-setuptools/PKGBUILD
+++ b/extra/python-setuptools/PKGBUILD
@@ -1,2 +1,10 @@
+# create directory before installing (otherwise installing fails)
+eval "$(
+ declare -f package | \
+ sed '
+ 4 i mkdir build/scripts-3.10
+ '
+)"
+
# temporary during bootstrap
unset check