Changeset ef87eed for LFS/lfs.xsl


Ignore:
Timestamp:
08/06/2006 10:17:24 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
30737ea8
Parents:
8381f6e
Message:

Merged missed LFS fix from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r8381f6e ref87eed  
    147147        <xsl:value-of select="substring-after(string(),'patch')"/>
    148148        <xsl:text>&#xA;</xsl:text>
     149      </xsl:when>
     150      <!-- Fix Udev reinstallation after a build failure -->
     151      <xsl:when test="contains(string(),'firmware,udev')">
     152        <xsl:text>if [[ ! -d /lib/udev/devices ]] ; then&#xA;</xsl:text>
     153        <xsl:apply-templates/>
     154        <xsl:text>&#xA;fi&#xA;</xsl:text>
    149155      </xsl:when>
    150156      <!-- Setting $LANG for /etc/profile -->
Note: See TracChangeset for help on using the changeset viewer.