Author: ken
Date: Mon Feb 20 15:10:05 2017
New Revision: 18371

Log:
logrotate: fix the sed

Modified:
   trunk/BOOK/general/sysutils/logrotate.xml

Modified: trunk/BOOK/general/sysutils/logrotate.xml
==============================================================================
--- trunk/BOOK/general/sysutils/logrotate.xml   Mon Feb 20 13:11:26 2017        
(r18370)
+++ trunk/BOOK/general/sysutils/logrotate.xml   Mon Feb 20 15:10:05 2017        
(r18371)
@@ -100,9 +100,9 @@
       command:
     </para>
 
-<screen><userinput>sed 's/-Werror//' Makefile.am &amp;&amp;
-./autogen.sh                  &amp;&amp;
-./configure --prefix=/usr     &amp;&amp;
+<screen><userinput>sed -i 's/-Werror//' Makefile.am &amp;&amp;
+./autogen.sh                     &amp;&amp;
+./configure --prefix=/usr        &amp;&amp;
 make</userinput></screen>
 
     <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