Changeset 982ae7c for BLFS/packages.sh


Ignore:
Timestamp:
08/01/2006 07:57:36 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
725ae5a
Parents:
cbe3f2b
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/packages.sh

    rcbe3f2b r982ae7c  
    4646          exit 1
    4747        fi
    48         if [[ ! -f $BLFS_XML/use-unzip.xml ]] ; then
     48        if [[ ! -f $BLFS_XML/x/x.xml ]] ; then
    4949          echo -e "\n\tLooks like $BLFS_XML is not a BLFS book sources directory\n"
    5050          exit 1
Note: See TracChangeset for help on using the changeset viewer.