libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

commit fcf4c8459cf310b7ac7f73e06630488f0c67eb05
parent 03f780a4099d6aea529695f4717a624d1eb198d3
Author: Jaromil <jaromil@dyne.org>
Date:   Wed,  8 Jun 2016 23:19:39 +0200

make .done check non-empty to conform with ckreq

Diffstat:
Mzlibs/debootstrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zlibs/debootstrap b/zlibs/debootstrap @@ -90,7 +90,7 @@ rm -f /etc/ssh/*.pub rm -f /root/.bash_history # our file for which we check the bootstrap is complete -touch .done +echo "1" > .done EOF }