Corrects a problem with package management arising from the recent changes

This commit is contained in:
Pierre Labastie 2013-03-02 19:31:26 +00:00
parent f0a31dea50
commit 90f304c8ae

View file

@ -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>