Changeset 115c75a


Ignore:
Timestamp:
04/15/2012 08:27:58 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
6b26852
Parents:
0bd3836
Message:

In BLFS tools: generate dependencies in book order for KDE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    r0bd3836 r115c75a  
    205205<!-- If in Xorg chapter, consider that the preceding package is
    206206     the first dependency (not always noted in the book) -->
    207           <xsl:if test="ancestor::chapter[@id='x-window-system'] and
    208                         preceding-sibling::sect1[@id != 'xorg7']">
     207          <xsl:if test="ancestor::chapter[@id='kde4-core'] or
     208                       (ancestor::chapter[@id='x-window-system'] and
     209                        preceding-sibling::sect1[@id != 'xorg7'])">
    209210            <xsl:text>
    210211            </xsl:text>
Note: See TracChangeset for help on using the changeset viewer.