Author: pierre
Date: Sun Nov 19 08:43:29 2017
New Revision: 19521

Log:
Remove obsolete "sed" in pango

Modified:
   trunk/BOOK/x/lib/pango.xml

Modified: trunk/BOOK/x/lib/pango.xml
==============================================================================
--- trunk/BOOK/x/lib/pango.xml  Sun Nov 19 07:51:08 2017        (r19520)
+++ trunk/BOOK/x/lib/pango.xml  Sun Nov 19 08:43:29 2017        (r19521)
@@ -113,11 +113,7 @@
       commands:
     </para>
 
-<screen><userinput>sed -e '/is_char_break = TRUE/i if 
(attrs[i].is_cursor_position)' \
-    -e '/t break here/{N;s:\n:&amp;//:}' \
-    -i pango/break.c &amp;&amp;
-
-mkdir build &amp;&amp;
+<screen><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
 meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
@@ -125,7 +121,7 @@
 
     <para>
       To test the results, issue: <command>ninja test</command>. One test,
-      test-layout. is known ot fail.
+      test-layout, is known ot fail.
     </para>
 
     <para>
@@ -139,10 +135,6 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><command>sed ... pango/break.c</command>: This command
-    fixes a problem with wrapping log file names.
-    </para>
-
     <para><option>-Denable-docs</option>: Use this switch if gtk-doc is 
     installed and you wish to rebuild and install the API documentation.
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to