From eea667af8340e01b94898c18c9cf021ba9a9605f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 10:19:37 +0000 Subject: [PATCH] make.sh: Call the correct target for checksum check Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 4970c13dc..6adf89b53 100755 --- a/make.sh +++ b/make.sh @@ -895,7 +895,7 @@ lfsmake2() { [ $? == 1 ] && return 0 # Download source outside of the toolchain - if ! run_command --quiet "${pkg}" download b2sum "$@"; then + if ! run_command --quiet "${pkg}" download b2 "$@"; then exiterror "Downloading ${pkg}" fi -- 2.39.5