mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Typo in sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bc3d809946
commit
103bbd63fe
@ -51,7 +51,8 @@
|
||||
|
||||
<para>Fix a problem with one of Pkg-config's tests:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i -e '/!done/i/ longArg = NULL;' popt/popt.c</userinput></screen>
|
||||
<screen><userinput remap="pre">sed -i -e '/!done/a\
|
||||
longArg = NULL;' popt/popt.c</userinput></screen>
|
||||
|
||||
<para>Prepare Pkg-config for compilation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user