Corrects a problem with package management arising from the recent changes
This commit is contained in:
parent
f0a31dea50
commit
90f304c8ae
1 changed files with 2 additions and 1 deletions
|
@ -179,6 +179,7 @@ esac
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:if test="../@id = 'ch-system-glibc' and
|
<xsl:if test="../@id = 'ch-system-glibc' and
|
||||||
|
@role='installation' and
|
||||||
$pkgmngt = 'y'">
|
$pkgmngt = 'y'">
|
||||||
<xsl:text>mkdir -pv $PKG_DEST/usr/include/{rpc,rpcsvc}
|
<xsl:text>mkdir -pv $PKG_DEST/usr/include/{rpc,rpcsvc}
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
|
|
Reference in a new issue