From 4edc26e105b79abfc4031adc5fe7273584811a14 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 09:56:12 +0000 Subject: [PATCH] mkdir -p on /opt/chroot/$chrootdir --- mk-deb-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk-deb-chroot b/mk-deb-chroot index 96d766e..f90e7ab 100755 --- a/mk-deb-chroot +++ b/mk-deb-chroot @@ -18,7 +18,7 @@ fi echo "Creating chroot dir '$chrootdir'" # Create coriolis chroot dir in /opt -mkdir /opt/chroot/$chrootdir +mkdir -p /opt/chroot/$chrootdir # argh apt with broken proxies and unreliable ISPs, getting fed up with it if [ -e /tmp/brokenproxy ]; then -- 2.30.2