mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-30 10:41:50 +00:00
Create extra directories in prepare_host
This commit is contained in:
parent
df9c21952e
commit
ddbdcef3be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue