Changeset 40700e9


Ignore:
Timestamp:
11/06/2006 07:42:30 PM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7c24cf0
Parents:
f4d9a48
Message:

Mistake::: restore lfs.xsl file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rf4d9a48 r40700e9  
    7373        </xsl:choose>
    7474      </xsl:variable>
    75 
    7675        <!-- Creating dirs and files -->
    7776      <exsl:document href="{$dirname}/{$order}-{$filename}" method="text">
    78 <!--
    7977        <xsl:choose>
    8078          <xsl:when test="@id='ch-system-changingowner' or
     
    9189          </xsl:otherwise>
    9290        </xsl:choose>
    93 -->
     91        <xsl:if test="sect2[@role='installation']">
     92          <xsl:text>cd $PKGDIR&#xA;</xsl:text>
     93          <xsl:if test="@id='ch-system-vim' and $vim-lang = 'y'">
     94            <xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1&#xA;</xsl:text>
     95          </xsl:if>
     96        </xsl:if>
    9497        <xsl:apply-templates select=".//para/userinput | .//screen"/>
    9598        <xsl:if test="$testsuite='3' and @id='ch-tools-glibc'">
     
    97100          <xsl:text>&#xA;</xsl:text>
    98101        </xsl:if>
     102        <xsl:text>exit</xsl:text>
    99103      </exsl:document>
    100 
    101 
    102104    </xsl:if>
    103105  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.