Changeset 7d6fe10


Ignore:
Timestamp:
02/23/2007 10:33:09 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7e45406
Parents:
7d6d6f7
Message:

Final system strip command scripts need to use #!/tools/bin/bash

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r7d6d6f7 r7d6fe10  
    9090              <xsl:when test="@id='ch-chroot-changingowner' or
    9191                        @id='ch-chroot-creatingdirs' or
    92                         @id='ch-chroot-createfiles'">
     92                        @id='ch-chroot-createfiles' or
     93                        @id='ch-system-stripping'">
    9394                <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;</xsl:text>
    9495              </xsl:when>
  • HLFS/hlfs.xsl

    r7d6d6f7 r7d6fe10  
    8686        <xsl:choose>
    8787          <xsl:when test="@id='ch-system-creatingdirs' or
    88                     @id='ch-system-createfiles'">
     88                    @id='ch-system-createfiles' or
     89                    @id='ch-system-strippingagain'">
    8990            <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;</xsl:text>
    9091          </xsl:when>
  • LFS/lfs.xsl

    r7d6d6f7 r7d6fe10  
    8282        <xsl:choose>
    8383          <xsl:when test="@id='ch-system-creatingdirs' or
    84                     @id='ch-system-createfiles'">
     84                    @id='ch-system-createfiles' or
     85                    @id='ch-system-strippingagain'">
    8586            <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;</xsl:text>
    8687          </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.