Changeset 72711ab for BLFS


Ignore:
Timestamp:
03/23/2023 09:24:06 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
78d04f3
Parents:
4dfe8f9
Message:

list_lfs.xsl: fixes for dependency checking

Add several packages that shouldn't be removed when doing dependency
checking, two of which are actually not in lfs, but needed for
script: porg tzdata sudo wget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/list_lfs.xsl

    r4dfe8f9 r72711ab  
    1010    <xsl:text>lfs-bootscripts </xsl:text>
    1111    <xsl:text>kernel </xsl:text>
     12    <xsl:text>porg </xsl:text>
     13    <xsl:text>tzdata </xsl:text>
     14    <!-- the next two packages are not in LFS, but jhalfs needs them -->
     15    <xsl:text>sudo </xsl:text>
     16    <xsl:text>wget </xsl:text>
    1217    <xsl:apply-templates select=".//chapter[@id='chapter-building-system']/sect1/sect1info/productname"/>
    1318  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.