Ensure the build folder exists

This commit is contained in:
SolidHal 2018-09-06 13:48:53 +00:00 committed by GitHub
parent 977bcb25ef
commit 9a4279f2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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