Fixed remaining vin-lang issue in HLFS.

This commit is contained in:
Manuel Canales Esparcia 2006-03-17 20:49:18 +00:00
parent fdd1aa3e6e
commit ca0ac30302

View file

@ -700,7 +700,7 @@ extract_commands() { #
-e '/generic/d' >> packages
# Download the vim-lang package if it must be installed
if [ "$VIMLANG" = "1" ] ; then
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@<!ENTITY @@' -e 's@">@"@'` >> packages