Changeset 7b20cc5


Ignore:
Timestamp:
01/10/2006 03:58:23 AM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2082b3d
Parents:
cf9cac8
Message:

Hackish fix. Only grab entities from lines that start with <!ENTITY.
Hopefully this means that this line isn't commented out.
Better fix forthcoming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rcf9cac8 r7b20cc5  
    231231  echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    232232  echo `grep "glibc" packages | sed 's@glibc@glibc-libidn@'` >> packages
    233   grep "ENTITY" $BOOK/patches.ent | sed -e 's/.* "//' -e 's/">//' >> patches
     233  grep "^<\!ENTITY" $BOOK/patches.ent | sed -e 's/.* "//' -e 's/">//' >> patches
    234234
    235235  # Needed for Groff patchlevel patch
    236236  GROFFLEVEL=`grep "groff-patchlevel" $BOOK/general.ent | sed -e 's/groff-patchlevel //' -e 's/"//g' \
    237     -e 's@<!ENTITY @@' -e 's|>||' `
     237    -e 's@<!ENTITY @@' -e 's|>||'`
    238238  sed -i 's|&groff-patchlevel;|'$GROFFLEVEL'|' patches
    239239
Note: See TracChangeset for help on using the changeset viewer.