aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-08-08 16:07:19 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-08-08 16:07:19 -0500
commit45f40e899be8d017e94d7cd606a5015c8737dee7 (patch)
tree418934f41a7f2c8f6820880bb796de258f01db2c
parentfdf01d194309ea448272b15c5089972df973c310 (diff)
Fix sed in pkgconf
-rw-r--r--chapter08/pkgconf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/pkgconf.xml b/chapter08/pkgconf.xml
index 8c1031b14..89226dbf0 100644
--- a/chapter08/pkgconf.xml
+++ b/chapter08/pkgconf.xml
@@ -49,7 +49,7 @@
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>
+ <screen><userinput remap="pre">sed -i '1330,1336s|^|//|' cli/main.c</userinput></screen>
<para>Prepare Pkgconf for compilation:</para>