commit: 34b9d43ea8ba18e485df1430b2153cad7561e653
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 18:16:07 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <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 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"