mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Fix sed in pkgconf
This commit is contained in:
parent
fdf01d1943
commit
45f40e899b
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user