r3346 - jhalfs/trunk/CLFS

manuel at linuxfromscratch.org manuel at linuxfromscratch.org
Thu Apr 5 12:19:18 MDT 2007


Author: manuel
Date: 2007-04-05 12:19:18 -0600 (Thu, 05 Apr 2007)
New Revision: 3346

Modified:
   jhalfs/trunk/CLFS/clfs.xsl
Log:
CLFS: Removed "cd " from 108-multiarch_wrapper.
Thanks to Mario Lang for the report.

Modified: jhalfs/trunk/CLFS/clfs.xsl
===================================================================
--- jhalfs/trunk/CLFS/clfs.xsl	2007-04-05 18:08:25 UTC (rev 3345)
+++ jhalfs/trunk/CLFS/clfs.xsl	2007-04-05 18:19:18 UTC (rev 3346)
@@ -101,7 +101,8 @@
               <xsl:text>set -e</xsl:text>
             </xsl:if>
             <xsl:text>&#xA;</xsl:text>
-            <xsl:if test="sect2[@role='installation']">
+            <xsl:if test="sect2[@role='installation'] and
+                          not(@id='ch-system-multiarch-wrapper')">
               <xsl:text>cd $PKGDIR&#xA;</xsl:text>
               <xsl:if test="@id='ch-system-vim' and $vim-lang = 'y'">
                 <xsl:text>tar -xvf ../vim-&vim-version;-lang.* --strip-components=1&#xA;</xsl:text>



More information about the alfs-log mailing list