Changeset 44f88e3 for dump-commands.xsl


Ignore:
Timestamp:
09/29/2005 06:50:18 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
07f47df
Parents:
c355ad1
Message:

Be sure that a clean environmentis used for lfs user in chapter05.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-commands.xsl

    rc355ad1 r44f88e3  
    4545      <exsl:document href="{$dirname}/{$order}-{$filename}" method="text">
    4646        <xsl:text>#!/bin/sh&#xA;&#xA;</xsl:text>
     47        <xsl:if test="sect2[@role='installation'] and
     48            ancestor::chapter[@id='chapter-temporary-tools']">
     49          <xsl:text>cd $PKGDIR &amp;&amp;&#xA;</xsl:text>
     50        </xsl:if>
    4751        <xsl:apply-templates select=".//para/userinput | .//screen"/>
    4852      </exsl:document>
Note: See TracChangeset for help on using the changeset viewer.