Merge trunk r3660

This commit is contained in:
Pierre Labastie 2013-03-03 14:23:03 +00:00
parent aefbe0fe11
commit 930b7429ca

View file

@ -179,7 +179,8 @@ 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
$pkgmngt = 'y'"> @role='installation' and
$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>
</xsl:if> </xsl:if>