projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db24e1
)
mkdir -p on /opt/chroot/$chrootdir
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 26 Mar 2022 09:56:12 +0000
(09:56 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 26 Mar 2022 09:56:12 +0000
(09:56 +0000)
mk-deb-chroot
patch
|
blob
|
history
diff --git
a/mk-deb-chroot
b/mk-deb-chroot
index 96d766ebd1417ea531ce6a03f336b782f859e6af..f90e7ab5daa49a58deb4f849b6fa2e2ed88a642d 100755
(executable)
--- 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