|
Loading...
|
alfs-log@linuxfromscratch.org
[Prev] Thread [Next] | [Prev] Date [Next]
r3543 - jhalfs/trunk/LFS thomasp Mon Feb 06 19:00:14 2012
Author: thomasp
Date: 2012-02-06 19:20:05 -0700 (Mon, 06 Feb 2012)
New Revision: 3543
Modified:
jhalfs/trunk/LFS/lfs.xsl
Log:
Commit fix for glibc localedata installation regression.
Modified: jhalfs/trunk/LFS/lfs.xsl
===================================================================
--- jhalfs/trunk/LFS/lfs.xsl 2012-02-01 23:59:11 UTC (rev 3542)
+++ jhalfs/trunk/LFS/lfs.xsl 2012-02-07 02:20:05 UTC (rev 3543)
@@ -175,10 +175,14 @@
rm -rf $PKG_DEST
</xsl:text>
</xsl:if>
- <xsl:if test="$testsuite='3' and @id='ch-tools-glibc' or
@id='ch-system-glibc'">
+ <xsl:if test="$testsuite='3' and @id='ch-tools-glibc'">
<xsl:copy-of select="//[EMAIL PROTECTED]'locale-test']"/>
<xsl:text>
</xsl:text>
</xsl:if>
+ <xsl:if test="@id='ch-system-glibc'">
+ <xsl:copy-of select="//[EMAIL PROTECTED]'locale-full']"/>
+ <xsl:text>
</xsl:text>
+ </xsl:if>
<xsl:apply-templates
select=".//screen[
not(@role) or
--
http://linuxfromscratch.org/mailman/listinfo/alfs-log
Unsubscribe: See the above information page
- r3543 - jhalfs/trunk/LFS thomasp 2012/02/06 <=