diff options
Diffstat (limited to 'scripts/build/chroot_prep')
-rwxr-xr-x | scripts/build/chroot_prep | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/chroot_prep b/scripts/build/chroot_prep index 3fac53852..8de0e4e29 100755 --- a/scripts/build/chroot_prep +++ b/scripts/build/chroot_prep @@ -94,6 +94,10 @@ if In_list "archives" ${HELPERS} && [ -z "${ARCHIVES_PASS}" ]; then exit 1 fi +if In_list "archives" ${HELPERS} && [ ! -e .build/bootstrap ]; then + Echo_warning "The 'archives' helper is selected, but the bootstrap stage has not completed." +fi + if [ "${_ACTION}" = "remove" ]; then HELPERS_REVERSED="" for HELPER in $HELPERS; do |