Ensure the build folder exists
This commit is contained in:
parent
977bcb25ef
commit
9a4279f2e6
@ -13,6 +13,8 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
[ ! -d build ] && echo "No build folder found, is the kernel built?" && exit
|
||||
|
||||
outmnt=$(mktemp -d -p `pwd`)
|
||||
|
||||
outdev=/dev/loop4
|
||||
|
Loading…
Reference in New Issue
Block a user