Be sure that $BUILDDIR/sources is created before generating the Makefile.

This commit is contained in:
Manuel Canales Esparcia 2006-05-13 17:12:49 +00:00
parent 863c595315
commit 9910286c5e

View file

@ -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_}"