From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81F5A138326 for ; Sat, 16 Jul 2016 16:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C621B21C03A; Sat, 16 Jul 2016 16:51:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73F2221C03A for ; Sat, 16 Jul 2016 16:51:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 820A7340917 for ; Sat, 16 Jul 2016 16:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D153C2416 for ; Sat, 16 Jul 2016 16:51:46 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1468687895.054a1688662d0e45fe7957f7bb1f908398e64d30.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 054a1688662d0e45fe7957f7bb1f908398e64d30 X-VCS-Branch: master Date: Sat, 16 Jul 2016 16:51:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 551f2d22-79f5-48f7-b0b3-2541d093e8a4 X-Archives-Hash: 8d2a8b1d00609f3ecb54d4870e3da99b commit: 054a1688662d0e45fe7957f7bb1f908398e64d30 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jul 16 16:51:35 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jul 16 16:51:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=054a1688 bootstrap-prefix: run rehash after removing tmp again scripts/bootstrap-prefix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 535441e..42c01c4 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2168,14 +2168,14 @@ EOF exit 1 fi - hash -r # tmp/* stuff is removed in stage3 - if emerge -e system ; then # Now, after 'emerge -e system', we can get rid of the temporary tools. if [[ -d ${EPREFIX}/tmp/var/tmp ]] ; then rm -Rf "${EPREFIX}"/tmp || return 1 mkdir -p "${EPREFIX}"/tmp || return 1 fi + + hash -r # tmp/* stuff is removed in stage3 else # emerge -e system fail cat << EOF