Fix for not-tar'ing-stage-4 after unpack.
Not wanting to tar it up should not cause the whole build to abort.
This commit is contained in:
parent
edf6dacf55
commit
1fdbd917d8
|
|
@ -214,5 +214,5 @@ EOF
|
|||
print "$i" | sudo tee -a $strapdir/etc/modules >/dev/null
|
||||
done || true
|
||||
|
||||
[[ -n "$TAR_STAGE4" ]] && bootstrap_tar_pack "$bootstrap_tgz_stage4"
|
||||
[[ -n "$TAR_STAGE4" ]] && bootstrap_tar_pack "$bootstrap_tgz_stage4" || true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue