commit:     7c5f8c46bba64f4338a6976222758193e394076f
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 14:08:48 2024 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:08:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7c5f8c46

scripts/bootstrap-prefix: bootstrap findutils-4.9

Previous versions have dissapeared from Gentoo mirrors, so use latest
one if possible.

Thanks Daniel Weiß for pointing this out.

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

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

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 27ea905467..4b4cd52b90 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1292,6 +1292,7 @@ bootstrap_sed() {
 }
 
 bootstrap_findutils() {
+       bootstrap_gnu findutils 4.9.0 ||
        bootstrap_gnu findutils 4.7.0 ||
        bootstrap_gnu findutils 4.5.10 ||
        bootstrap_gnu findutils 4.2.33

Reply via email to