From d2a9d60e495d9a546f2eebc7da75d53f72a81ff0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 25 Mar 2006 19:35:38 +0000 Subject: [PATCH] Added missing glibc-libidn package in LFS. The udev-config file is used only in LFS. --- common/common-functions | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/common/common-functions b/common/common-functions index 89b924f..5e5331a 100644 --- a/common/common-functions +++ b/common/common-functions @@ -698,20 +698,29 @@ extract_commands() { # echo " ...OK" ;; - *) + hlfs) echo -n "Creating <${PROGNAME}> specific packageslist_.wget file" grep "\-version" $BOOK/general.ent | sed -e 's@@"@' \ -e '/generic/d' >> packages echo " ...OK" ;; + + lfs) + echo -n "Creating <${PROGNAME}> specific packageslist_.wget file" + grep "\-version" $BOOK/general.ent | sed -e 's@@"@' \ + -e '/generic/d' >> packages + echo `grep "glibc" packages | sed 's@glibc@glibc-libidn@'` >> packages + echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@@"@'` >> packages + echo " ...OK" + ;; esac # Download the vim-lang package if it must be installed if [ "$VIMLANG" = "1" ] && [ ! "$PROGNAME" = "hlfs" ] ; then echo `grep "vim" packages | sed 's@vim@&-lang@'` >> packages fi - echo `grep "udev-config-file" $BOOK/general.ent | sed -e 's@@"@'` >> packages # There is no useful patches.ent file so we will create one. case "${PROGNAME}" in