]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Call the correct target for checksum check
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 10:19:37 +0000 (10:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 10:19:37 +0000 (10:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 4970c13dcd4b14f44c4603f93a3a97ba42800fbd..6adf89b533ad8c0e2e1b351e71cb777f05d53501 100755 (executable)
--- 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