Changeset 085435e for CLFS2


Ignore:
Timestamp:
09/05/2019 05:22:04 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
0336215
Parents:
91b5249
Message:

Remove the obsolete vim-lang instructions and variable, and add non-wide-
charater ncurses library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    r91b5249 r085435e  
    1313
    1414<!-- XSLT stylesheet to create shell scripts from CLFS2 books. -->
    15 
    16   <!-- Install vim-lang package? -->
    17   <xsl:param name="vim-lang" select="y"/>
    1815
    1916  <!-- Time zone -->
     
    7572                          not(@id='ch-cross-tools-sysroot-wrapper')">
    7673              <xsl:text>cd $PKGDIR&#xA;</xsl:text>
    77               <xsl:if test="@id='ch-system-vim' and $vim-lang = 'y'">
    78                 <xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1&#xA;</xsl:text>
    79               </xsl:if>
    8074            </xsl:if>
    8175            <xsl:apply-templates select=".//para/userinput | .//screen"/>
Note: See TracChangeset for help on using the changeset viewer.