Changeset 325ca50


Ignore:
Timestamp:
11/27/2005 10:07:17 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d419098
Parents:
f0eb956
Message:

The glibc-linuxtrheads and module-init-tools-testsuite packages are required only for 6.1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rf0eb956 r325ca50  
    222222  grep "\-version" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@' \
    223223  -e '/generic/d' >> packages
    224   echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
    225224  # Download the vim-lang package if it must be installed
    226225  if [ "$VIMLANG" = "1" ] ; then
     
    228227  fi
    229228  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    230   # Download the module-init-tools-testsuite package only
    231   # if the test suite will be run.
    232   if [ "$TEST" = "1" ] ; then
    233     echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
     229  # This two packages are needed only for 6.1.1
     230  if [ "$LFSVRS" = "6.1.1" ] ; then
     231    echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
     232    # Download the module-init-tools-testsuite package only
     233    # if the test suite will be run.
     234    if [ "$TEST" = "1" ] ; then
     235      echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
     236    fi
    234237  fi
    235238  # If we are buildind the UTF-8 branch, the glibc-libidn package is required
Note: See TracChangeset for help on using the changeset viewer.