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/gen_pkg_list.xsl

    r77a8042 r619b313  
    4545          <xsl:text>&#xA;      </xsl:text>
    4646          <name>LFS Chapter 8</name>
    47           <xsl:apply-templates select='document($lfs-full)//chapter[@id="chapter-bootable"]/sect1/sect1info[./productname="linux"]'/>
     47          <xsl:apply-templates select='document($lfs-full)//chapter[@id="chapter-bootable"]/sect1/sect1info[./productname="kernel"]'/>
    4848          <xsl:text>&#xA;    </xsl:text>
    4949        </sublist>
     
    8787    <xsl:choose>
    8888<!-- Never update linux headers -->
    89       <xsl:when test="./productname='linux'
    90                       and ancestor::chapter[@id='chapter-building-system']"/>
     89      <xsl:when test="./productname='linux-headers'"/>
    9190<!-- Gcc version is taken from BLFS -->
    9291      <xsl:when test="./productname='gcc'"/>
     
    9998<!-- Systemd version is taken from BLFS -->
    10099      <xsl:when test="./productname='systemd'"/>
    101 <!-- Same for python and ninja -->
    102       <xsl:when test="./productname='ninja'"/>
     100<!-- Same for python3 -->
    103101      <xsl:when test="./productname='Python'"/>
    104102      <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.