Fix iproute2 install with package management.

This commit is contained in:
DJ Lucas 2021-09-06 17:04:11 -05:00
parent e68c306380
commit b5d1c50492

View file

@ -959,12 +959,13 @@ LOGLEVEL="</xsl:text>
<xsl:when test="ancestor::sect1[@id='ch-system-sysklogd']"> <xsl:when test="ancestor::sect1[@id='ch-system-sysklogd']">
<xsl:text>make -j1 BINDIR=$PKG_DEST/sbin prefix=$PKG_DEST install&#xA;</xsl:text> <xsl:text>make -j1 BINDIR=$PKG_DEST/sbin prefix=$PKG_DEST install&#xA;</xsl:text>
</xsl:when> </xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-system-iproute2']"> <xsl:when test="ancestor::sect1[@id='ch-system-iproute2'] and
<xsl:text>make -j1 DESTDIR=$PKG_DEST DOCDIR=</xsl:text> contains($outputstring,'DOCDIR')">
<xsl:value-of <xsl:text>make -j1 DESTDIR=$PKG_DEST DOCDIR=</xsl:text>
select="substring-before(substring-after(string(),'DOCDIR='), <xsl:value-of
'install')"/> select="substring-before(substring-after(string(),'DOCDIR='),
<xsl:text>install&#xA;</xsl:text> 'install')"/>
<xsl:text>install&#xA;</xsl:text>
</xsl:when> </xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-system-sysvinit']"> <xsl:when test="ancestor::sect1[@id='ch-system-sysvinit']">
<xsl:text>make -j1 ROOT=$PKG_DEST</xsl:text> <xsl:text>make -j1 ROOT=$PKG_DEST</xsl:text>