Fix installation of iproute2 when pkgmngt=y
This commit is contained in:
parent
56d842655b
commit
b1f4a8d941
1 changed files with 2 additions and 2 deletions
|
@ -536,9 +536,9 @@ unset OLD_PKGDIR
|
|||
<xsl:text>make BINDIR=$PKG_DEST/sbin prefix=$PKG_DEST install
</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
</xsl:text>
|
||||
</xsl:when>
|
||||
|
|
Reference in a new issue