Small fix

This commit is contained in:
zador-blood-stained 2015-12-22 16:49:57 +03:00
parent 82ab58f9f6
commit 8022fe296c

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 $DEST/cache $DEST/rootfs $SRC/userpatches/
mkdir -p $SOURCES $DEST/debug $DEST/cache $DEST/cache/rootfs $SRC/userpatches/
find $SRC/lib/patch -type d ! -name . | sed "s%lib/patch%userpatches%" | xargs mkdir -p
# TODO: needs better documentation