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 E3EC0138334 for ; Mon, 25 Mar 2019 18:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F59E08DD; Mon, 25 Mar 2019 18:17:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB06FE08DD for ; Mon, 25 Mar 2019 18:17:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E254335D15 for ; Mon, 25 Mar 2019 18:17:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 965BF326 for ; Mon, 25 Mar 2019 18:17:18 +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: <1553537767.34b9d43ea8ba18e485df1430b2153cad7561e653.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: 34b9d43ea8ba18e485df1430b2153cad7561e653 X-VCS-Branch: master Date: Mon, 25 Mar 2019 18:17:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f999648-268d-4de1-8b5e-55d65b088157 X-Archives-Hash: e117b2eb54e80ec938a1819a224b147c commit: 34b9d43ea8ba18e485df1430b2153cad7561e653 Author: Fabian Groffen gentoo org> AuthorDate: Mon Mar 25 18:16:07 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Mar 25 18:16:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=34b9d43e scripts/bootstrap-prefix: drop bit about copying startprefix around Now the package is supposed to come from app-portage/prefix-toolkit, it defeats the purpose if people copy it (thus not receiving any updates). Signed-off-by: Fabian Groffen 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 7d6d808d87..1f5d8fe2db 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -629,7 +629,6 @@ bootstrap_startscript() { chmod 755 "${ROOT}"/startprefix fi einfo "To start Gentoo Prefix, run the script ${ROOT}/startprefix" - einfo "You can copy this file to a more convenient place if you like." # see if PATH is kept/respected local minPATH="preamble:${BASH%/*}:postlude"