Changeset 2982825 for BLFS/xsl


Ignore:
Timestamp:
11/06/2013 03:23:45 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
e18f80a
Parents:
269d81c
Message:

Suppress reference to "printproto" in BLFS package list generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    r269d81c r2982825  
    210210            <xsl:choose>
    211211              <xsl:when test="contains(preceding-sibling::sect1[1]/@id,
    212                                        'xorg7-') and not(@id='printproto')">
     212                                       'xorg7-') and
     213                              not(contains(preceding-sibling::sect1[1]/@id,
     214                                       'driver'))">
    213215                <xsl:call-template name="expand-deps">
    214216                  <xsl:with-param name="section">
Note: See TracChangeset for help on using the changeset viewer.