Skip to content

Commit

Permalink
Fix spurious error message for missing prebuilts in --repo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Googulator authored May 21, 2024
1 parent 8884d79 commit c37486d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ bin_preseed() {
if [ -d "/external/repo-preseeded" ]; then
get_revision "${pkg}"
cd "/external/repo-preseeded"
test -e "${pkg}_${revision}.tar.bz2" || return 1
if [ "${UPDATE_CHECKSUMS}" = "True" ] || src_checksum "${pkg}" $((revision)); then
echo "${pkg}: installing prebuilt package."
mv "${pkg}_${revision}"* /external/repo || return 1
Expand Down

0 comments on commit c37486d

Please sign in to comment.