Changeset 085435e for CLFS/clfs.xsl


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
  • CLFS/clfs.xsl

    r91b5249 r085435e  
    3131  -->
    3232  <xsl:param name="bomb-testsuite" select="n"/>
    33 
    34   <!-- Install vim-lang package? OBSOLETE should always be 'n'-->
    35   <xsl:param name="vim-lang" select="n"/>
    3633
    3734  <!-- Time zone -->
     
    114111                          not(@id='ch-system-multiarch-wrapper')">
    115112              <xsl:text>cd $PKGDIR&#xA;</xsl:text>
    116               <xsl:if test="@id='ch-system-vim' and $vim-lang = 'y'">
    117                 <xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1&#xA;</xsl:text>
    118               </xsl:if>
    119113            </xsl:if>
    120114            <xsl:apply-templates select=".//para/userinput | .//screen"/>
Note: See TracChangeset for help on using the changeset viewer.