commit: 5c854cc776f8988a1a0b68ef62440e3ecf30fd17
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 17:22:50 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 17:22:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5c854cc7
scripts/bootstrap-prefix: missed one bit from cygwin patch
due to merge-conflicts I missed this in previous commit :(
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index aecca9d3e2..1c85f79afb 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1089,7 +1089,7 @@ bootstrap_python() {
< "${patch_folder}/python39.cygport" \
| grep -v rpm-wheels | grep -v revert-bpo
); do
- pf="python36-${gitrev}/${pf}"
+ pf="${patch_folder}/${pf}"
for pn in {1..2} fail; do
if [[ ${pn} == fail ]]; then
eerror "failed to apply ${pf}"