Changeset 3484658 for LFS


Ignore:
Timestamp:
07/07/2020 03:27:54 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
ee842e2
Parents:
b6e981a
Message:

Various fixes for recent pacman with new book

  • add createfiles instructions of packageManager.xml for new book too
  • remove unneeded chown when installing pacman (not needed thanks to the above)
  • Use a dedicated user "builder" for running makepkg: user "tester" is removed at the end of chapter 8, but is needed in following chapters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rb6e981a r3484658  
    173173           mode="pkgmngt"/>
    174174      </xsl:if>
    175       <xsl:if test="contains(@id,'createfiles')
    176                 and $pkgmngt='y'
    177                 and $bashdir='/tools'">
     175      <xsl:if test="contains(@id,'createfiles') and $pkgmngt='y'">
    178176        <xsl:apply-templates
    179177           select="document('packageManager.xml')//sect1[
Note: See TracChangeset for help on using the changeset viewer.