Rename ch-system-strippingagain to ch-system-stripping
This commit is contained in:
parent
97b270f9bd
commit
bcae37dc8b
1 changed files with 3 additions and 3 deletions
|
@ -148,12 +148,12 @@ otherwise it is in /bin.-->
|
||||||
<xsl:text>#!</xsl:text>
|
<xsl:text>#!</xsl:text>
|
||||||
<xsl:if test="@id='ch-system-creatingdirs' or
|
<xsl:if test="@id='ch-system-creatingdirs' or
|
||||||
@id='ch-system-createfiles' or
|
@id='ch-system-createfiles' or
|
||||||
@id='ch-system-strippingagain'">
|
@id='ch-system-stripping'">
|
||||||
<xsl:copy-of select="$bashdir"/>
|
<xsl:copy-of select="$bashdir"/>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:text>/bin/bash
set +h
</xsl:text>
|
<xsl:text>/bin/bash
set +h
</xsl:text>
|
||||||
<xsl:if test="not(@id='ch-tools-stripping') and
|
<xsl:if test="not(@id='ch-tools-stripping') and
|
||||||
not(@id='ch-system-strippingagain')">
|
not(@id='ch-system-stripping')">
|
||||||
<xsl:text>set -e
</xsl:text>
|
<xsl:text>set -e
</xsl:text>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
|
@ -210,7 +210,7 @@ otherwise it is in /bin.-->
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:if test="$pkgmngt='y' and
|
<xsl:if test="$pkgmngt='y' and
|
||||||
following-sibling::sect1[2][@id='ch-system-strippingagain']">
|
following-sibling::sect1[2][@id='ch-system-stripping']">
|
||||||
<xsl:apply-templates
|
<xsl:apply-templates
|
||||||
select="document('packageManager.xml')//sect1[
|
select="document('packageManager.xml')//sect1[
|
||||||
contains(@id,'ch-system')]"
|
contains(@id,'ch-system')]"
|
||||||
|
|
Reference in a new issue