From 6516f1c62dc3e1c23727fc29f0dc17163e39f2df Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Fri, 15 Oct 2010 12:34:07 -0500 Subject: [PATCH] script/makeworld: complain when seed archives are missing --- script/makeworld | 1 + 1 file changed, 1 insertion(+) diff --git a/script/makeworld b/script/makeworld index beada88..36eab41 100755 --- a/script/makeworld +++ b/script/makeworld @@ -59,6 +59,7 @@ prepare() { meh "Preparing build chroot" [ -d "${build}" ] && wtf "${build}: directory exists" mkdir -p "${build}" || wtf + ls -1 "${seed}"/base.?? >/dev/null 2>&1 || wtf "Populate seed directory ${seed} first" cat "${seed}"/base.?? | tar xCf "${build}" - || wtf mkdir -p "${build}/usr/obj" || wtf -- 2.42.0