Ignore:
Timestamp:
06/15/2019 03:26:23 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
cf2f109
Parents:
77a8042
Message:

Various fixes and improvements coming from github:

  • the case for "pax" in packInstall.sh.prog
  • an error in packageManager.xml.porg (comment before <?xml?> tag)
  • a non-working $Id in Makefile
  • some fixes for using the sect1info in lfs (in BLFS tools)
  • a big rewrite for generating scripts with more consistent line spacing, opening the way to manage remap="test" and remap="doc" attributes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/lfs_make_book.xsl

    r77a8042 r619b313  
    1616                      $package='vim' or
    1717                      $package='systemd' or
    18                       $package='ninja' or
    1918                      $package='Python' or
    2019                      $package='shadow'"/>
     20      <xsl:when test="$package='kernel'">true</xsl:when>
    2121      <xsl:when test="$package='LFS-Release'">true</xsl:when>
    2222      <xsl:otherwise>
     
    3636                      $package='vim' or
    3737                      $package='systemd' or
    38                       $package='ninja' or
    3938                      $package='Python' or
    4039                      $package='shadow'"/>
    41       <xsl:when test="$package='linux'">
     40      <xsl:when test="$package='kernel'">
    4241        <xsl:for-each select="document($lfsbook)">
    4342          <xsl:apply-templates select="key('idlfs',$package)[ancestor::chapter/@id='chapter-bootable']" mode="lfs"/>
Note: See TracChangeset for help on using the changeset viewer.