[jhalfs] 02/02: list_lfs.xsl: fixes for dependency checking
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 72711ab1cd6138ca05269c32a8c73ab2e25fa25d Author: Pierre Labastie <[email protected]> AuthorDate: Thu Mar 23 22:24:06 2023 +0100 list_lfs.xsl: fixes for dependency checking Add several packages that shouldn't be removed when doing dependency checking, two of which are actually not in lfs, but needed for script: porg tzdata sudo wget --- BLFS/xsl/list_lfs.xsl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BLFS/xsl/list_lfs.xsl b/BLFS/xsl/list_lfs.xsl index 87fe253..0ce91c6 100644 --- a/BLFS/xsl/list_lfs.xsl +++ b/BLFS/xsl/list_lfs.xsl @@ -9,6 +9,11 @@ <xsl:text>bootscripts </xsl:text> <xsl:text>lfs-bootscripts </xsl:text> <xsl:text>kernel </xsl:text> + <xsl:text>porg </xsl:text> + <xsl:text>tzdata </xsl:text> + <!-- the next two packages are not in LFS, but jhalfs needs them --> + <xsl:text>sudo </xsl:text> + <xsl:text>wget </xsl:text> <xsl:apply-templates select=".//chapter[@id='chapter-building-system']/sect1/sect1info/productname"/> </xsl:template> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page