Allow DESTDIR to work for libelf, now that it is in LFS

This commit is contained in:
Pierre Labastie 2018-02-05 21:46:36 +00:00
parent 67c3df4aef
commit 7bc70cd968

View file

@ -230,6 +230,13 @@ esac
$pkgmngt = 'y' and $pkgmngt = 'y' and
$wrap-install = 'n'"> $wrap-install = 'n'">
<xsl:text>mkdir -pv $PKG_DEST/usr/include/{rpc,rpcsvc} <xsl:text>mkdir -pv $PKG_DEST/usr/include/{rpc,rpcsvc}
</xsl:text>
</xsl:if>
<xsl:if test="../@id = 'ch-system-libelf' and
@role='installation' and
$pkgmngt = 'y' and
$wrap-install = 'n'">
<xsl:text>mkdir -pv $PKG_DEST/usr/lib/pkgconfig
</xsl:text> </xsl:text>
</xsl:if> </xsl:if>
<xsl:apply-templates <xsl:apply-templates