Author: pierre
Date: Thu Sep 14 10:09:02 2017
New Revision: 4008
Log:
Remove characters that are illegal in filenames from external deps
Modified:
jhalfs/branches/2.4/BLFS/xsl/gen_pkg_list.xsl
Modified: jhalfs/branches/2.4/BLFS/xsl/gen_pkg_list.xsl
==============================================================================
--- jhalfs/branches/2.4/BLFS/xsl/gen_pkg_list.xsl Thu Sep 14 10:04:16
2017 (r4007)
+++ jhalfs/branches/2.4/BLFS/xsl/gen_pkg_list.xsl Thu Sep 14 10:09:02
2017 (r4008)
@@ -286,7 +286,7 @@
<xsl:value-of select="$status"/>
</xsl:attribute>
<xsl:attribute name="name">
- <xsl:value-of select="translate(normalize-space(text()),' ','-')"/>
+ <xsl:value-of select="translate(normalize-space(text()),'
/,()','-----')"/>
</xsl:attribute>
<xsl:attribute name="type">link</xsl:attribute>
</xsl:element>
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page