Fix installation of iproute2 when pkgmngt=y

This commit is contained in:
Pierre Labastie 2014-12-22 21:02:30 +00:00
parent 56d842655b
commit b1f4a8d941

View file

@ -536,9 +536,9 @@ unset OLD_PKGDIR
<xsl:text>make BINDIR=$PKG_DEST/sbin prefix=$PKG_DEST install&#xA;</xsl:text>
</xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-system-iproute2']">
<xsl:text>make DESTDIR=$PKG_DEST</xsl:text>
<xsl:text>make DESTDIR=$PKG_DEST DOCDIR=</xsl:text>
<xsl:value-of
select="substring-before(substring-after(string(),'DESTDIR='),
select="substring-before(substring-after(string(),'DOCDIR='),
'install')"/>
<xsl:text>install&#xA;</xsl:text>
</xsl:when>