Changeset d2a9d60


Ignore:
Timestamp:
03/25/2006 07:35:38 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
d95b8f2
Parents:
c769ed1
Message:

Added missing glibc-libidn package in LFS.
The udev-config file is used only in LFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rc769ed1 rd2a9d60  
    699699     ;;
    700700
    701     *)
     701    hlfs)
    702702      echo -n "Creating <${PROGNAME}> specific packageslist_.wget file"
    703703      grep "\-version" $BOOK/general.ent | sed -e 's@<!ENTITY @@' \
     
    706706      echo " ...OK"
    707707      ;;
     708
     709    lfs)
     710      echo -n "Creating <${PROGNAME}> specific packageslist_.wget file"
     711      grep "\-version" $BOOK/general.ent | sed -e 's@<!ENTITY @@' \
     712                                               -e 's@">@"@' \
     713                                               -e '/generic/d' >> packages
     714      echo `grep "glibc" packages | sed 's@glibc@glibc-libidn@'` >> packages
     715      echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
     716      echo " ...OK"
     717      ;;
    708718  esac
    709719
     
    712722    echo `grep "vim" packages | sed 's@vim@&-lang@'` >> packages
    713723  fi
    714   echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@<!ENTITY @@' -e 's@">@"@'` >> packages
    715724
    716725  # There is no useful patches.ent file so we will create one.
Note: See TracChangeset for help on using the changeset viewer.