From: Michael Tremer Date: Tue, 9 Jul 2024 10:19:37 +0000 (+0000) Subject: make.sh: Call the correct target for checksum check X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eea667af8340e01b94898c18c9cf021ba9a9605f;p=people%2Fms%2Fipfire-2.x.git make.sh: Call the correct target for checksum check Signed-off-by: Michael Tremer --- 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