CLFS: Removed "cd " from 108-multiarch_wrapper.

Thanks to Mario Lang for the report.
This commit is contained in:
Manuel Canales Esparcia 2007-04-05 18:19:18 +00:00
parent 6c1b96b8b0
commit 58b186c903

View file

@ -101,7 +101,8 @@
<xsl:text>set -e</xsl:text>
</xsl:if>
<xsl:text>&#xA;</xsl:text>
<xsl:if test="sect2[@role='installation']">
<xsl:if test="sect2[@role='installation'] and
not(@id='ch-system-multiarch-wrapper')">
<xsl:text>cd $PKGDIR&#xA;</xsl:text>
<xsl:if test="@id='ch-system-vim' and $vim-lang = 'y'">
<xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1&#xA;</xsl:text>