Changeset 8740529 for BLFS/xsl


Ignore:
Timestamp:
10/07/2017 08:17:57 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
7a0c3d2
Parents:
b2fa9e8
Message:

Add ninja and python to the list of LFS packages which should not appear,
since they are also in BLFS

Location:
BLFS/xsl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    rb2fa9e8 r8740529  
    9999<!-- Systemd version is taken from BLFS -->
    100100      <xsl:when test="./productname='systemd'"/>
     101<!-- Same for python and ninja -->
     102      <xsl:when test="./productname='ninja'"/>
     103      <xsl:when test="./productname='Python'"/>
    101104      <xsl:otherwise>
    102105        <package><xsl:text>&#xA;        </xsl:text>
  • BLFS/xsl/lfs_make_book.xsl

    rb2fa9e8 r8740529  
    1616                      $package='vim' or
    1717                      $package='systemd' or
     18                      $package='ninja' or
     19                      $package='Python' or
    1820                      $package='shadow'"/>
    1921      <xsl:when test="$package='LFS-Release'">true</xsl:when>
     
    3436                      $package='vim' or
    3537                      $package='systemd' or
     38                      $package='ninja' or
     39                      $package='Python' or
    3640                      $package='shadow'"/>
    3741      <xsl:when test="$package='linux'">
     
    5660    <xsl:choose>
    5761<!--variablelist may contain id attributes equal to the name of the package,
    58     which generates non-unique id. They are of not mcuh use (short descriptions)
     62    which generates non-unique id. They are of not much use (short descriptions)
    5963    here. So just remove them-->
    6064      <xsl:when test="self::variablelist"/>
Note: See TracChangeset for help on using the changeset viewer.