Merged missed BLFS bug fix from experimental.

This commit is contained in:
Manuel Canales Esparcia 2006-08-06 10:06:07 +00:00
parent f3fcecc358
commit 4cbc48f673

View file

@ -45,7 +45,7 @@ inline_doc
echo -e "\n\t$BLFS_XML is not a directory\n"
exit 1
fi
if [[ ! -f $BLFS_XML/use-unzip.xml ]] ; then
if [[ ! -f $BLFS_XML/x/x.xml ]] ; then
echo -e "\n\tLooks like $BLFS_XML is not a BLFS book sources directory\n"
exit 1
fi