mkdir -p on /opt/chroot/$chrootdir
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 26 Mar 2022 09:56:12 +0000 (09:56 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 26 Mar 2022 09:56:12 +0000 (09:56 +0000)
mk-deb-chroot

index 96d766ebd1417ea531ce6a03f336b782f859e6af..f90e7ab5daa49a58deb4f849b6fa2e2ed88a642d 100755 (executable)
@@ -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