Changeset 491e09b


Ignore:
Timestamp:
08/17/2006 09:50:49 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
28c8973
Parents:
45bc8d6
Message:

Bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_config.sh

    r45bc8d6 r491e09b  
    6868
    6969    echo -e "menu \"$(echo ${PKG_NAME} | tr [a-z] [A-Z]) components\"" >> $outFile
    70     echo -e "\tdepends\tCONFIG_$META_PKG\"" >> $outFile
     70    echo -e "\tdepends\tCONFIG_$META_PKG" >> $outFile
    7171       # Include the dependency data for this meta package
    7272       while [ 0 ]; do
Note: See TracChangeset for help on using the changeset viewer.