aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-08-08 08:35:21 +0800
committerXi Ruoyao <xry111@xry111.site>2023-08-08 08:35:21 +0800
commitf4835ed6ad3d808c4f06cd109e657120e8f22fb5 (patch)
treeb1e73bed4e61686b4a628933b2bcd5f2bc02eb6c
parent70b20e7c25088c5bc42bcb176f0dff4d9b1a552f (diff)
pkgconf: Reword the reason of sed
Specifying --modversion with multiple packages just does not make sense. The real problem here is it's erroring out even if the multiple arguments are for the same package.
-rw-r--r--chapter08/pkgconf.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter08/pkgconf.xml b/chapter08/pkgconf.xml
index 8c1031b14..7a9569178 100644
--- a/chapter08/pkgconf.xml
+++ b/chapter08/pkgconf.xml
@@ -44,10 +44,11 @@
<title>Installation of Pkgconf</title>
- <para>Pkgconf 2.0.0 explicitly errors when attempting to run
- --modversion with multiple packages. This breaks many
- packages in BLFS. Run this sed to reinstate the old
- output for pkgconf.</para>
+ <para>Pkgconf-2.0.0 explicitly errors when attempting to run
+ <option>--modversion</option> with multiple arguments, even if these
+ arguments are constraints for the same package. This breaks many
+ packages in BLFS. Run this sed to reinstate the old
+ output for pkgconf:</para>
<screen><userinput remap="pre">sed -i '/1330,1336/s|^|//|' cli/main.c</userinput></screen>