Author: pierre
Date: Mon Dec 22 13:02:30 2014
New Revision: 3817

Log:
Fix installation of iproute2 when pkgmngt=y

Modified:
   jhalfs/trunk/LFS/lfs.xsl

Modified: jhalfs/trunk/LFS/lfs.xsl
==============================================================================
--- jhalfs/trunk/LFS/lfs.xsl    Sun Dec 21 03:25:47 2014        (r3816)
+++ jhalfs/trunk/LFS/lfs.xsl    Mon Dec 22 13:02:30 2014        (r3817)
@@ -536,9 +536,9 @@
   <xsl:text>make BINDIR=$PKG_DEST/sbin prefix=$PKG_DEST install&#xA;</xsl:text>
             </xsl:when>
             <xsl:when test="ancestor::sect1[@id='ch-system-iproute2']">
-             <xsl:text>make DESTDIR=$PKG_DEST</xsl:text>
+             <xsl:text>make DESTDIR=$PKG_DEST DOCDIR=</xsl:text>
              <xsl:value-of
-               select="substring-before(substring-after(string(),'DESTDIR='),
+               select="substring-before(substring-after(string(),'DOCDIR='),
                                         'install')"/>
              <xsl:text>install&#xA;</xsl:text>
             </xsl:when>
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to