Changeset 33a4e41 for HLFS


Ignore:
Timestamp:
08/17/2021 11:23:24 PM (3 years ago)
Author:
DJ Lucas <dj@…>
Branches:
ablfs-more, legacy, trunk
Children:
22abf37
Parents:
756863b
Message:

Fix package management and put back optional stripping again for backwards compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    r756863b r33a4e41  
    9494                    @id='ch-system-createfiles' or
    9595                    @id='ch-system-changingowner' or
     96                    @id='ch-system-strippingagain' or
    9697                    @id='ch-system-stripping'">
    9798            <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;</xsl:text>
     
    102103        </xsl:choose>
    103104        <xsl:if test="not(@id='ch-tools-stripping') and
     105                      not(@id='ch-system-strippingagain') and
    104106                      not(@id='ch-system-stripping')">
    105107          <xsl:text>set -e&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.