Ignore:
Timestamp:
Jun 3, 2017, 11:48:36 PM (7 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
5f51e55
Parents:
bddad35
Message:

Simplified sed command in temp-system bzip2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bzip2.xml

    rbddad35 r8f6a18f  
    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.