make.sh: Call the correct target for checksum check

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-09 10:19:37 +00:00
parent 5db99637ae
commit 878f864c1a

View File

@@ -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