Changeset bcae37d for LFS


Ignore:
Timestamp:
08/13/2021 05:46:58 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ablfs-more, legacy, trunk
Children:
df5553b
Parents:
97b270f
Message:

Rename ch-system-strippingagain to ch-system-stripping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r97b270f rbcae37d  
    149149      <xsl:if test="@id='ch-system-creatingdirs' or
    150150                    @id='ch-system-createfiles' or
    151                     @id='ch-system-strippingagain'">
     151                    @id='ch-system-stripping'">
    152152        <xsl:copy-of select="$bashdir"/>
    153153      </xsl:if>
    154154      <xsl:text>/bin/bash&#xA;set +h&#xA;</xsl:text>
    155155      <xsl:if test="not(@id='ch-tools-stripping') and
    156                     not(@id='ch-system-strippingagain')">
     156                    not(@id='ch-system-stripping')">
    157157        <xsl:text>set -e&#xA;</xsl:text>
    158158      </xsl:if>
     
    211211    </xsl:if>
    212212    <xsl:if test="$pkgmngt='y' and
    213                   following-sibling::sect1[2][@id='ch-system-strippingagain']">
     213                  following-sibling::sect1[2][@id='ch-system-stripping']">
    214214      <xsl:apply-templates
    215215              select="document('packageManager.xml')//sect1[
Note: See TracChangeset for help on using the changeset viewer.