[jhalfs] 02/03: Revert "Fix --from lfs removal when there's only one occurence of it"
| 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 b2a4972218a9ffb5052e5153ed1125d19e9a3e68 Author: Pierre Labastie <[email protected]> AuthorDate: Wed Dec 11 14:09:44 2024 +0100 Revert "Fix --from lfs removal when there's only one occurence of it" This is not needed anymore since lfs user removal has been moved after those commands This reverts commit 4b80795e1c06d7d97fa655c135e74004a02b3500. --- LFS/lfs.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl index a29919c..9195401 100644 --- a/LFS/lfs.xsl +++ b/LFS/lfs.xsl @@ -588,7 +588,7 @@ unset OLD_PKGDIR '--from lfs')"/> </xsl:when> <xsl:otherwise> - <xsl:copy-of select="substring-after(string(), '--from lfs')"/> + <xsl:copy-of select="string()"/> </xsl:otherwise> </xsl:choose> <xsl:text>
</xsl:text> -- 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