Changeset f8615e5


Ignore:
Timestamp:
05/18/2006 06:53:39 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
2ef61e3
Parents:
25b52e2
Message:

Merged r2701 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    r25b52e2 rf8615e5  
    188188      case $PROGNAME in # Poor checks. We should find better ones.
    189189        lfs)
    190           if [ -f $1/patches.ent ] ; then
     190          if [ -d $1/chapter09 ] ; then
    191191            WC=1
    192192            BOOK=$1
     
    197197          ;;
    198198        clfs)
    199           if [ -f $1/patches.ent ] && [ -f $1/packages.ent ]; then
     199          if [ -d $1/cross-tools ] ; then
    200200            WC=1
    201201            BOOK=$1
     
    211211          else
    212212            echo -e "\nLooks like $1 isn't a HLFS working copy."
    213             exit 1
    214           fi
    215           ;;
    216         blfs)
    217           if [ -f $1/use-unzip.xml ] ; then
    218             WC=1
    219             BOOK=$1
    220           else
    221             echo -e "\nLooks like $1 isn't a BLFS working copy."
    222213            exit 1
    223214          fi
Note: See TracChangeset for help on using the changeset viewer.