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: Sun, 05 Dec 2021 13:47:37
Message-Id: 1638711739.a0fe6cc7412011a7d345068e82fcda1a249d85e1.grobian@gentoo
1 commit: a0fe6cc7412011a7d345068e82fcda1a249d85e1
2 Author: Etienne Buira <etienne.buira.lists <AT> free <DOT> fr>
3 AuthorDate: Sat Dec 4 07:53:37 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 13:42:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a0fe6cc7
7
8 scripts/bootstrap-prefix.sh: cleanup
9
10 This dir is unconditionaly created a few lines above
11
12 v2:
13 - shortened $subject
14
15 Thanks grobian for review
16
17 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
18
19 scripts/bootstrap-prefix.sh | 1 -
20 1 file changed, 1 deletion(-)
21
22 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
23 index a2b1db7235..4d345ad437 100755
24 --- a/scripts/bootstrap-prefix.sh
25 +++ b/scripts/bootstrap-prefix.sh
26 @@ -565,7 +565,6 @@ do_tree() {
27 else
28 efetch "$1/$2" || return 1
29 fi
30 - [[ -e ${PORTDIR} ]] || mkdir -p ${PORTDIR}
31 einfo "Unpacking, this may take a while"
32 estatus "stage1: unpacking Portage tree"
33 bzip2 -dc ${DISTDIR}/$2 | \