Ignore:
Timestamp:
08/15/2006 11:58:08 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
59f096b
Parents:
c361b24
Message:

Merged r2952,2953,2957 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/scripts.xsl

    rc361b24 r9d158f9  
    145145          </xsl:text>
    146146        <xsl:apply-templates select=".//screen | .//para/command"/>
    147         <xsl:text>&#xA;</xsl:text>
     147        <xsl:if test="$sudo = 'y'">
     148          <xsl:text>sudo </xsl:text>
     149        </xsl:if>
     150        <xsl:text>ldconfig&#xA;&#xA;</xsl:text>
    148151      </xsl:when>
    149152      <xsl:when test="@role = 'configuration'">
Note: See TracChangeset for help on using the changeset viewer.