Merge pull request #215 from eduardosm/dl-distfiles-script

Add script to automatically download all sysa and sysc distfiles without Python
This commit is contained in:
fosslinux 2022-11-29 16:58:25 +11:00 committed by GitHub
commit 9634b6d059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 2 deletions

View file

@ -131,7 +131,7 @@ build() {
script_name=${2:-${pkg}.sh}
dirname=${4:-${pkg}}
# shellcheck ignore=SC2015
# shellcheck disable=SC2015
bin_preseed && return || true # Normal build if preseed fails
cd "${SOURCES}/${pkg}" || (echo "Cannot cd into ${pkg}!"; kill $$)