aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-04-06 21:58:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-04-06 21:58:05 +0000
commit89858c6aaa04efc4bcd6683101a47fb68f35c161 (patch)
tree0282a984af10a858b529ca894d9d51d02da5347e /chapter06
parent1d5dd18c6eb4835d6af743cd134dff72a267447c (diff)
* chapter06/e2fsprogs.xml: Move sed command to before we enter the build directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/e2fsprogs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 494851d7b..091794edc 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -30,16 +30,16 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, and Texinfo</seg></seglis
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
+<para>Fix a compilation error in E2fsprogs' testsuite:</para>
+
+<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &amp;/' lib/e2p/Makefile.in</userinput></screen>
+
<para>It is recommended that E2fsprogs be built in a subdirectory of the source tree:
</para>
<screen><userinput>mkdir build
cd build</userinput></screen>
-<para>Fix a compilation error in E2fsprogs' testsuite:</para>
-
-<screen><userinput>sed -i -e 's/-DTEST/$(ALL_CFLAGS) &amp;/' lib/e2p/Makefile.in</userinput></screen>
-
<para>Prepare E2fsprogs for compilation:</para>
<screen><userinput>../configure --prefix=/usr --with-root-prefix="" \