[jhalfs] 03/03: Revert "Remove --from lfs from chown for now"
| 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 9a09336ea0c4ac68760561fa5549042ab8895135 Author: Pierre Labastie <[email protected]> AuthorDate: Wed Dec 11 14:10:56 2024 +0100 Revert "Remove --from lfs from chown for now" This is not needed anymore since lfs user removal has been moved after those commands now This reverts commit 57a5e9acd19afa31ee631a8b6dd4cd8c9f3cb751. --- LFS/lfs.xsl | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl index 9195401..3d728b7 100644 --- a/LFS/lfs.xsl +++ b/LFS/lfs.xsl @@ -573,26 +573,6 @@ unset OLD_PKGDIR </xsl:choose> <xsl:text>
</xsl:text> </xsl:when><!-- temp chapters install --> - <!-- In jhalfs chaningowner is executed AFTER userdel lfs - so chown \-\- from lfs errors out. --> - <xsl:when test="contains(string(),'--from lfs')"> - <xsl:copy-of select="substring-before(string(), '--from lfs')"/> - <xsl:choose> - <xsl:when test="contains(substring-after(string(),'--from lfs'), - '--from lfs')"> - <xsl:copy-of select="substring-before( - substring-after(string(),'--from lfs'), - '--from lfs')"/> - <xsl:copy-of select="substring-after( - substring-after(string(),'--from lfs'), - '--from lfs')"/> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="string()"/> - </xsl:otherwise> - </xsl:choose> - <xsl:text>
</xsl:text> - </xsl:when> <!-- The rest of commands --> <xsl:otherwise> <xsl:apply-templates/> -- 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