Allow DESTDIR to work for libelf, now that it is in LFS
This commit is contained in:
parent
67c3df4aef
commit
7bc70cd968
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue