Ignore:
Timestamp:
04/06/2005 11:07:44 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
f75362c
Parents:
a8f02ba
Message:

Fixed: e2fsprogs sed

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    ra8f02ba rf5aab6e  
    3131<title>Installation of E2fsprogs</title>
    3232
     33<para>Fix a compilation error in E2fsprogs' testsuite:</para>
     34
     35<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &amp;/' lib/e2p/Makefile.in</userinput></screen>
     36
    3337<para>It is recommended that E2fsprogs be built in a subdirectory of the source tree:
    3438</para>
     
    3640<screen><userinput>mkdir build
    3741cd build</userinput></screen>
    38 
    39 <para>Fix a compilation error in E2fsprogs' testsuite:</para>
    40 
    41 <screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &amp;/' lib/e2p/Makefile.in</userinput></screen>
    4242
    4343<para>Prepare E2fsprogs for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.