Author: pierre
Date: Thu Sep 14 10:10:47 2017
New Revision: 4009

Log:
Merge jhalfs 2.4 branch r4008: Remove characters that are illegal in filenames 
from external deps

Modified:
   jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl

Modified: jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl      Thu Sep 14 10:09:02 2017        
(r4008)
+++ jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl      Thu Sep 14 10:10:47 2017        
(r4009)
@@ -380,7 +380,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

Reply via email to