HLFS: Gettext is not needed now in chapter05 uClibc.

This commit is contained in:
Manuel Canales Esparcia 2006-12-08 10:34:17 +00:00
parent 8426d1fdc4
commit 5e83595a2b

View file

@ -92,7 +92,7 @@
<xsl:if test="(sect2[@role='installation'] and <xsl:if test="(sect2[@role='installation'] and
not(@id='bootable-kernel'))"> not(@id='bootable-kernel'))">
<xsl:text>cd $PKGDIR&#xA;</xsl:text> <xsl:text>cd $PKGDIR&#xA;</xsl:text>
<xsl:if test="@id='ch-tools-uclibc' or @id='ch-system-uclibc'"> <xsl:if test="@id='ch-system-uclibc'">
<xsl:text>pushd ../; tar -xvf gettext-&gettext-version;.*; popd; &#xA;</xsl:text> <xsl:text>pushd ../; tar -xvf gettext-&gettext-version;.*; popd; &#xA;</xsl:text>
</xsl:if> </xsl:if>