Changeset 5f4982d for CLFS2


Ignore:
Timestamp:
12/04/2006 12:49:35 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:
14eaa9f
Parents:
4eba1ea
Message:

Simplified sha-bang addition.
We are creating the /bin/bash symlink before entering to the chroot jail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    r4eba1ea r5f4982d  
    6969            <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
    7070            <xsl:if test="not(@id='ch-system-stripping')">
    71               <xsl:text>set -e&#xA;&#xA;</xsl:text>
     71              <xsl:text>set -e&#xA;</xsl:text>
    7272            </xsl:if>
     73            <xsl:text>&#xA;</xsl:text>
    7374            <xsl:if test="sect2[@role='installation']">
    7475              <xsl:text>cd $PKGDIR&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.