tRerun bootstrap_stage4 after extracting the stage4 archive. - libdevuansdk - common library for devuan's simple distro kits
 (HTM) git clone https://git.parazyd.org/libdevuansdk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 643deaf91a5a01e34af903f84d75a054402a4a9c
 (DIR) parent 05d82e0d05318962ea0c28e8c329d063bbd4407c
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 16 Nov 2020 11:22:00 +0100
       
       Rerun bootstrap_stage4 after extracting the stage4 archive.
       
       This is helpful if we have some new packages to install.
       
       Diffstat:
         M zlibs/bootstrap                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/zlibs/bootstrap b/zlibs/bootstrap
       t@@ -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..."