From 643deaf91a5a01e34af903f84d75a054402a4a9c Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 16 Nov 2020 11:22:00 +0100 Subject: [PATCH] Rerun bootstrap_stage4 after extracting the stage4 archive. This is helpful if we have some new packages to install. --- zlibs/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/zlibs/bootstrap b/zlibs/bootstrap index b450dc1..cbdd636 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -41,6 +41,7 @@ bootstrap_complete_base() die "Failed to extract cpio archive" return 1 } + bootstrap_stage4 return elif [[ -f "$bootstrap_cpio_stage3" ]]; then act "Using the existing stage3 bootstrap cpio archive..."