tmake .done check non-empty to conform with ckreq - libdevuansdk - common library for devuan's simple distro kits
HTML git clone https://git.parazyd.org/libdevuansdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit fcf4c8459cf310b7ac7f73e06630488f0c67eb05
DIR parent 03f780a4099d6aea529695f4717a624d1eb198d3
HTML Author: Jaromil <jaromil@dyne.org>
Date: Wed, 8 Jun 2016 23:19:39 +0200
make .done check non-empty to conform with ckreq
Diffstat:
M zlibs/debootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/zlibs/debootstrap b/zlibs/debootstrap
t@@ -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
}