Changeset a1d0d5c


Ignore:
Timestamp:
08/15/2006 11:54:36 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
6ff1be4
Parents:
aa50f77
Message:

Run ldconfig after each package installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/scripts.xsl

    raa50f77 ra1d0d5c  
    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.