From cfdb089dcfe37aecd1096da07367007de339cdc2 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 11 May 2021 09:59:19 +0200 Subject: [PATCH] Fix generation of full locales The recent addition of instructions for adding locales not installed by make install-localedata has broken the generation of the scriptlet, because there is a missing linefeed. Use xsl:for-each to add a linefeed after each text. --- LFS/lfs.xsl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl index 17fa022..295642f 100644 --- a/LFS/lfs.xsl +++ b/LFS/lfs.xsl @@ -334,8 +334,10 @@ rm -rf $PKG_DEST - - + + + +