Changeset b5d1c50 for LFS


Ignore:
Timestamp:
09/06/2021 10:04:11 PM (3 years ago)
Author:
DJ Lucas <dj@…>
Branches:
ablfs-more, legacy, trunk
Children:
840b9ba
Parents:
e68c306
Message:

Fix iproute2 install with package management.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    re68c306 rb5d1c50  
    960960  <xsl:text>make -j1 BINDIR=$PKG_DEST/sbin prefix=$PKG_DEST install&#xA;</xsl:text>
    961961            </xsl:when>
    962             <xsl:when test="ancestor::sect1[@id='ch-system-iproute2']">
    963              <xsl:text>make -j1 DESTDIR=$PKG_DEST DOCDIR=</xsl:text>
    964              <xsl:value-of
    965                select="substring-before(substring-after(string(),'DOCDIR='),
    966                                         'install')"/>
    967              <xsl:text>install&#xA;</xsl:text>
     962            <xsl:when test="ancestor::sect1[@id='ch-system-iproute2'] and
     963                            contains($outputstring,'DOCDIR')">
     964              <xsl:text>make -j1 DESTDIR=$PKG_DEST DOCDIR=</xsl:text>
     965              <xsl:value-of
     966                select="substring-before(substring-after(string(),'DOCDIR='),
     967                                          'install')"/>
     968              <xsl:text>install&#xA;</xsl:text>
    968969            </xsl:when>
    969970            <xsl:when test="ancestor::sect1[@id='ch-system-sysvinit']">
Note: See TracChangeset for help on using the changeset viewer.