Author: pierre
Date: Mon Feb  5 13:46:36 2018
New Revision: 4044

Log:
Allow DESTDIR to work for libelf, now that it is in LFS

Modified:
   jhalfs/trunk/LFS/lfs.xsl

Modified: jhalfs/trunk/LFS/lfs.xsl
==============================================================================
--- jhalfs/trunk/LFS/lfs.xsl    Mon Feb  5 10:12:17 2018        (r4043)
+++ jhalfs/trunk/LFS/lfs.xsl    Mon Feb  5 13:46:36 2018        (r4044)
@@ -232,6 +232,13 @@
       <xsl:text>mkdir -pv $PKG_DEST/usr/include/{rpc,rpcsvc}
 </xsl:text>
     </xsl:if>
+    <xsl:if test="../@id = 'ch-system-libelf' and
+                  @role='installation' and
+                  $pkgmngt = 'y' and
+                  $wrap-install = 'n'">
+      <xsl:text>mkdir -pv $PKG_DEST/usr/lib/pkgconfig
+</xsl:text>
+    </xsl:if>
     <xsl:apply-templates
          select=".//screen[(not(@role) or
                             @role != 'nodump') and
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to