Changeset 5a881b0 for BOOK


Ignore:
Timestamp:
Jun 3, 2017, 11:49:12 PM (7 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
b3e9c0c
Parents:
7c18e88
git-author:
Chris Staub <chris@…> (06/03/17 23:48:36)
git-committer:
Chris Staub <chris@…> (06/03/17 23:49:12)
Message:

Simplified sed command in temp-system bzip2

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r7c18e88 r5a881b0  
    3737-->
    3838    <listitem>
     39      <para>04 June 2017</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[Chris] - Simplified sed command in temp-system Bzip2.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47    <listitem>
    3948      <para>02 June 2017</para>
    4049      <itemizedlist>
  • BOOK/temp-system/common/bzip2.xml

    r7c18e88 r5a881b0  
    2828
    2929<screen os="cb"><userinput>cp -v Makefile{,.orig}
    30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig &gt; Makefile</userinput></screen>
     30sed -e '/^all/s/ test$//' Makefile.orig &gt; Makefile</userinput></screen>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.