From 3082321cedbb6e2bb2d689df06bd66c1ad1a8ff2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Dec 2021 13:14:47 +0100 Subject: extra/python-setuptools: fix for missing scripts-3.10 dir, bootstrapping --- extra/python-setuptools/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extra/python-setuptools') 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 -- cgit v1.2.3-54-g00ecf