From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 09:56:12 +0000 (+0000) Subject: mkdir -p on /opt/chroot/$chrootdir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4edc26e105b79abfc4031adc5fe7273584811a14;p=dev-env-setup.git mkdir -p on /opt/chroot/$chrootdir --- 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