From ae191ad78ee2c912d9f4ee49a9f0f6a3712e5d52 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 6 Oct 2024 03:13:36 +0800 Subject: [PATCH 1/2] tcl: Remove trailing space in command It causes unnecessary trouble to translations because translating softwares do not ignore trailing space in s. --- chapter08/tcl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index fa9d42dcc..28eac584b 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -75,7 +75,7 @@ cd unix Build the package: -make +make sed -e "s|$SRCDIR/unix|/usr/lib|" \ -e "s|$SRCDIR|/usr/include|" \ From 8d5a2a12e99ee86ccfe7cacf51f702226d9a8e81 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 6 Oct 2024 03:32:51 +0800 Subject: [PATCH 2/2] standards: Add extension names to libg{d,t}k-x11-2.0 to be consistent --- prologue/standards.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prologue/standards.xml b/prologue/standards.xml index 3cf6fbff2..88d894dad 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -178,10 +178,10 @@ LSB Desktop: - libgdk-x11-2.0 + libgdk-x11-2.0.so (but libgdk-3.so is provided by the BLFS GTK+-3 package), - libgtk-x11-2.0 + libgtk-x11-2.0.so (but libgtk-3.so and libgtk-4.so are provided by the BLFS GTK+-3 and GTK-4 packages),