Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Sat, 02 Jul 2022 17:48:34
Message-Id: 1656782570.5c854cc776f8988a1a0b68ef62440e3ecf30fd17.grobian@gentoo
1 commit: 5c854cc776f8988a1a0b68ef62440e3ecf30fd17
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 17:22:50 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:22:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5c854cc7
7
8 scripts/bootstrap-prefix: missed one bit from cygwin patch
9
10 due to merge-conflicts I missed this in previous commit :(
11
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 scripts/bootstrap-prefix.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
18 index aecca9d3e2..1c85f79afb 100755
19 --- a/scripts/bootstrap-prefix.sh
20 +++ b/scripts/bootstrap-prefix.sh
21 @@ -1089,7 +1089,7 @@ bootstrap_python() {
22 < "${patch_folder}/python39.cygport" \
23 | grep -v rpm-wheels | grep -v revert-bpo
24 ); do
25 - pf="python36-${gitrev}/${pf}"
26 + pf="${patch_folder}/${pf}"
27 for pn in {1..2} fail; do
28 if [[ ${pn} == fail ]]; then
29 eerror "failed to apply ${pf}"