commit:     a0fe6cc7412011a7d345068e82fcda1a249d85e1
Author:     Etienne Buira <etienne.buira.lists <AT> free <DOT> fr>
AuthorDate: Sat Dec  4 07:53:37 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 13:42:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a0fe6cc7

scripts/bootstrap-prefix.sh: cleanup

This dir is unconditionaly created a few lines above

v2:
  - shortened $subject

Thanks grobian for review

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index a2b1db7235..4d345ad437 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -565,7 +565,6 @@ do_tree() {
                else
                        efetch "$1/$2" || return 1
                fi
-               [[ -e ${PORTDIR} ]] || mkdir -p ${PORTDIR}
                einfo "Unpacking, this may take a while"
                estatus "stage1: unpacking Portage tree"
                bzip2 -dc ${DISTDIR}/$2 | \

Reply via email to