aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/diffutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/diffutils.xml')
-rw-r--r--chapter05/diffutils.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index 62ba35874..194fe4607 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -45,21 +45,15 @@
<para>Prepare Diffutils for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --host=$LFS_TGT</userinput></screen>
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
- <para>Compilation is now complete. As discussed earlier, running the test
- suite is not mandatory for the temporary tools here in this chapter. To run
- the Diffutils test suite anyway, issue the following command:</para>
-
-<screen><userinput remap="test">make check</userinput></screen>
-
<para>Install the package:</para>
-<screen><userinput remap="install">make install</userinput></screen>
+<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
</sect2>