Changeset 7bc70cd for LFS/lfs.xsl


Ignore:
Timestamp:
02/05/2018 09:46:36 PM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
28546ae
Parents:
67c3df4
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r67c3df4 r7bc70cd  
    233233</xsl:text>
    234234    </xsl:if>
     235    <xsl:if test="../@id = 'ch-system-libelf' and
     236                  @role='installation' and
     237                  $pkgmngt = 'y' and
     238                  $wrap-install = 'n'">
     239      <xsl:text>mkdir -pv $PKG_DEST/usr/lib/pkgconfig
     240</xsl:text>
     241    </xsl:if>
    235242    <xsl:apply-templates
    236243         select=".//screen[(not(@role) or
Note: See TracChangeset for help on using the changeset viewer.