Create extra directories in prepare_host

This commit is contained in:
zador-blood-stained 2015-12-20 16:06:47 +03:00
parent df9c21952e
commit ddbdcef3be

View file

@ -348,7 +348,7 @@ prepare_host() {
test -e /proc/sys/fs/binfmt_misc/qemu-arm || update-binfmts --enable qemu-arm
# create directory structure
mkdir -p $SOURCES $DEST/debug $SRC/userpatches/
mkdir -p $SOURCES $DEST/debug $DEST/cache $DEST/rootfs $SRC/userpatches/
find $SRC/lib/patch -type d ! -name . | sed "s%lib/patch%userpatches%" | xargs mkdir -p
# TODO: needs better documentation