Changeset 4cbc48f


Ignore:
Timestamp:
08/06/2006 10:06:07 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
983db9f
Parents:
f3fcecc
Message:

Merged missed BLFS bug fix from experimental.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/packages.sh

    rf3fcecc r4cbc48f  
    2525    modifies:   $BLFS_XML directory tree
    2626    returns:    nothing
    27     output:     
     27    output:
    2828    on error:   exit
    2929    on success: text messages
     
    3333  local BLFS_XML=$1
    3434  local DOC_MODE=$2
    35  
     35
    3636  if [[ -z "$BLFS_XML" ]] ; then
    3737    echo -e "\n\tYou must to provide the name of the BLFS book sources directory.\n"
     
    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
     
    6262        fi
    6363        ;;
    64      
     64
    6565      get )
    6666        [[ ! -d $BLFS_XML ]] && mkdir -pv $BLFS_XML
Note: See TracChangeset for help on using the changeset viewer.