Be sure that $BUILDDIR/sources is created before generating the Makefile.
This commit is contained in:
parent
863c595315
commit
9910286c5e
1 changed files with 3 additions and 0 deletions
|
@ -539,6 +539,9 @@ fi
|
|||
get_book
|
||||
echo "${SD_BORDER}${nl_}"
|
||||
|
||||
# If $BUILDDIR/sources hasn't benn created yet at this point, create it.
|
||||
[[ -d $BUILDDIR/sources ]] && mkdir $BUILDDIR/sources
|
||||
|
||||
build_Makefile
|
||||
echo "${SD_BORDER}${nl_}"
|
||||
|
||||
|
|
Reference in a new issue