Author: bdubbs
Date: 2011-09-05 10:26:50 -0600 (Mon, 05 Sep 2011)
New Revision: 9596
Modified:
trunk/BOOK/chapter06/pkg-config.xml
Log:
Typo in sed
Modified: trunk/BOOK/chapter06/pkg-config.xml
===================================================================
--- trunk/BOOK/chapter06/pkg-config.xml 2011-09-04 21:11:07 UTC (rev 9595)
+++ trunk/BOOK/chapter06/pkg-config.xml 2011-09-05 16:26:50 UTC (rev 9596)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page