CLFS: Removed "cd " from 108-multiarch_wrapper.
Thanks to Mario Lang for the report.
This commit is contained in:
parent
6c1b96b8b0
commit
58b186c903
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@
|
|||
<xsl:text>set -e</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:text>
</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
</xsl:text>
|
||||
<xsl:if test="@id='ch-system-vim' and $vim-lang = 'y'">
|
||||
<xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1
</xsl:text>
|
||||
|
|
Reference in a new issue