Changeset 7429b9c


Ignore:
Timestamp:
11/05/2005 10:59:23 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:
3c29131
Parents:
4e9a3b3
Message:

The download of module-init-tools-testsuite package is required only if the optional test suites will be run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r4e9a3b3 r7429b9c  
    172172  -e '/generic/d' >> packages
    173173  echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
    174   echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
    175174  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
     175  # Download the module-init-tools-testsuite package only
     176  # if the test suite will be run.
     177  if [ "$TEST" = "1" ] ; then
     178    echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
     179  fi
    176180  # If we are buildind the UTF-8 branch, the glibc-libidn package is required
    177181  if grep -q "man-db-version" $BOOK/general.ent ; then
Note: See TracChangeset for help on using the changeset viewer.