Changeset 4e9a3b3 for jhalfs


Ignore:
Timestamp:
11/03/2005 10:43:34 PM (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:
7429b9c
Parents:
8778e1e
Message:

Added support for the Module-init-tools-testsuite package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r8778e1e r4e9a3b3  
    171171  grep "\-version" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@' \
    172172  -e '/generic/d' >> packages
    173   echo `grep "glibc" packages | sed 's@glibc@glibc-linuxthreads@'` >> packages
     173  echo `grep "glibc" packages | sed 's@glibc@&-linuxthreads@'` >> packages
     174  echo `grep "module" packages | sed 's@tools@&-testsuite@'` >> packages
    174175  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    175176  # If we are buildind the UTF-8 branch, the glibc-libidn package is required
     
    189190  cd $BUILDDIR/sources
    190191
    191   # Hackish fix for the bash-doc and glibc-{linuxthreads,libidn} packages that
    192   # doesn't conform to norms in the URL scheme.
    193   DIR=`echo $1 | sed -e 's@-doc@@' -e 's@-linuxthreads@@' -e 's@-libidn@@'`
     192  # Hackish fix for the bash-doc, glibc-{linuxthreads,libidn} and
     193  # module-init-tools-testsuite packages that doesn't conform to
     194  # norms in the URL scheme.
     195  DIR=`echo $1 | sed 's@-doc@@';'s@-linuxthreads@@';'s@-libidn@@';'s@-testsuite@@'`
    194196
    195197  # Find the md5 sum for this package.
Note: See TracChangeset for help on using the changeset viewer.