Gentoo Archives: gentoo-alt

From: Etienne Buira <etienne.buira.lists@××××.fr>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] [PATCH 2/3] scripts/bootstrap-prefix.sh: cleanup: this dir is unconditionaly created a few lines above
Date: Sun, 31 Oct 2021 15:39:54
Message-Id: ed398be709453142a91afeb8dd1c2afd210b76ee.1635690454.git.etienne.buira.lists@free.fr
In Reply to: [gentoo-alt] [PATCH 1/3] scripts/bootstrap-prefix: bugfix: do not arbitrarily overwrite EPREFIX by Etienne Buira
1 ---
2 scripts/bootstrap-prefix.sh | 1 -
3 1 file changed, 1 deletion(-)
4
5 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
6 index 42b116b0e7..2b9e2e76f2 100755
7 --- a/scripts/bootstrap-prefix.sh
8 +++ b/scripts/bootstrap-prefix.sh
9 @@ -549,7 +549,6 @@ do_tree() {
10 else
11 efetch "$1/$2" || return 1
12 fi
13 - [[ -e ${PORTDIR} ]] || mkdir -p ${PORTDIR}
14 einfo "Unpacking, this may take a while"
15 estatus "stage1: unpacking Portage tree"
16 bzip2 -dc ${DISTDIR}/$2 | \

Replies