The file use-unzip.xml no longer exists in the blfs book root, now testing for the existance of x/x.xml to validate the BOOK directory

This commit is contained in:
George Boudreau 2006-08-01 19:57:36 +00:00
parent cbe3f2b4fd
commit 982ae7c8fc

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