Fixed the vim-lang unpack.
This commit is contained in:
parent
911fe331ca
commit
de5432927f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
@id='ch-system-readjusting'">
|
@id='ch-system-readjusting'">
|
||||||
<xsl:text>cd $PKGDIR
</xsl:text>
|
<xsl:text>cd $PKGDIR
</xsl:text>
|
||||||
<xsl:if test="@id='ch-system-vim' and $vim-lang = '1'">
|
<xsl:if test="@id='ch-system-vim' and $vim-lang = '1'">
|
||||||
<xsl:text>tar -xvf ../vim-&vim-version;-lang.*
</xsl:text>
|
<xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-path=1
</xsl:text>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:apply-templates select=".//para/userinput | .//screen"/>
|
<xsl:apply-templates select=".//para/userinput | .//screen"/>
|
||||||
|
|
Reference in a new issue