tFix to ensure debootstrap finds its functions. - 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 69cfe785da6100a0743c5bd007ba9c37679de0d9
 (DIR) parent d4c0960f3e8a61a99200ac92b7296e186da760f2
 (HTM) Author: Johny Mattsson <johny.mattsson+github@gmail.com>
       Date:   Mon,  2 Oct 2017 12:23:07 +1100
       
       Fix to ensure debootstrap finds its functions.
       
       Relying on /usr/share/ is fraught with problems, as I found out the hard
       way.
       
       Diffstat:
         M zlibs/bootstrap                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/zlibs/bootstrap b/zlibs/bootstrap
       t@@ -51,7 +51,7 @@ bootstrap_complete_base() {
        
                notice "running debootstrap stage 1"
        
       -        sudo -E "$LIBPATH/extra/debootstrap/debootstrap" \
       +        sudo -E env DEBOOTSTRAP_DIR="$LIBPATH/extra/debootstrap" "$LIBPATH/extra/debootstrap/debootstrap" \
                        --keyring="$LIBPATH/extra/devuan-keyring/keyrings/devuan-archive-keyring.gpg" \
                        --foreign \
                        --arch $arch $release $strapdir $mirror || zerr