Changeset b79cece1


Ignore:
Timestamp:
08/19/2018 10:28:47 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a770a9
Parents:
8ca7994
Message:

Fix missing -i in sed; fix a typo

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20337 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/logrotate.xml

    r8ca7994 rb79cece1  
    103103<screen><userinput>sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test &amp;&amp;
    104104
    105 sed 's/-Werror//' Makefile.am &amp;&amp;
    106 ./autogen.sh                  &amp;&amp;
    107 ./configure --prefix=/usr     &amp;&amp;
     105sed -i 's/-Werror//' Makefile.am &amp;&amp;
     106./autogen.sh                     &amp;&amp;
     107./configure --prefix=/usr        &amp;&amp;
    108108make</userinput></screen>
    109109
     
    129129
    130130    <para>
    131       <command>ed 's/-Werror//' Makefile.am</command>: Prevents the compiler
     131      <command>sed -i 's/-Werror//' Makefile.am</command>: Prevents the compiler
    132132      stopping with an error when a warning is issued, since newer versions of
    133133      GCC have introduced a lot more warnings, which are triggered by the code.
Note: See TracChangeset for help on using the changeset viewer.