Changeset cf8e060 for BLFS


Ignore:
Timestamp:
11/23/2015 02:03:39 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
7ac11f0
Parents:
12fc178
Message:

Fix name of external dependencies so that they contain no spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    r12fc178 rcf8e060  
    287287        </xsl:attribute>
    288288        <xsl:attribute name="name">
    289           <xsl:value-of select="normalize-space(text())"/>
    290         </xsl:attribute>
     289        </xsl:attribute>
     290          <xsl:value-of select="translate(normalize-space(text()),' ','-')"/>
    291291        <xsl:attribute name="type">link</xsl:attribute>
    292292      </xsl:element>
Note: See TracChangeset for help on using the changeset viewer.