Changeset 0a9117e for jhalfs


Ignore:
Timestamp:
10/06/2005 06:03:52 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a41ce58
Parents:
6ec43e3
Message:

Fixed missing glibc-linuxthreads package and udev-config-3.rules file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r6ec43e3 r0a9117e  
    221221  grep "\-version" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@' \
    222222  -e '/generic/d' >> packages
     223  echo `grep "glibc" packages | sed 's@glibc@glibc-linuxthreads@'` >> packages
    223224  grep "ENTITY" $BOOK/patches.ent | sed -e 's/.* "//' -e 's/">//' >> patches
    224225
     
    231232  cd $BUILDDIR/sources
    232233
    233   # Hackish fix for the bash-doc package that doesn't conform
    234   # to norms in the URL scheme.
    235   DIR=`echo $1 | sed 's@-doc@@'`
     234  # Hackish fix for the bash-doc and glibc-linuxthreads packages that
     235  # doesn't conform to norms in the URL scheme.
     236  DIR=`echo $1 | sed -e 's@-doc@@' -e 's@-linuxthreads@@'`
    236237
    237238  # Find the md5 sum for this package.
     
    304305      done
    305306    done
     307    # Hardcoded Udev configuration file until find a better way
     308    download udev udev-config-3.rules
    306309  fi
    307310}
Note: See TracChangeset for help on using the changeset viewer.