Fix sed in pkgconf

This commit is contained in:
Bruce Dubbs 2023-08-08 16:07:19 -05:00
parent fdf01d1943
commit 45f40e899b

View File

@ -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>