aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/coreutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/coreutils-inst.xml')
-rw-r--r--chapter05/coreutils-inst.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/coreutils-inst.xml b/chapter05/coreutils-inst.xml
index 90dbbd235..4d58b1cc4 100644
--- a/chapter05/coreutils-inst.xml
+++ b/chapter05/coreutils-inst.xml
@@ -5,17 +5,17 @@
<para>Prepare Coreutils to be compiled:</para>
-<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
+<screen><userinput>./configure --prefix=/tools</userinput></screen>
<para>Compile the package:</para>
-<para><screen><userinput>make</userinput></screen></para>
+<screen><userinput>make</userinput></screen>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
-<para><screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen></para>
+<screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen>
<para>The meaning of the make option:</para>
@@ -28,7 +28,7 @@ Linux.</para></listitem>
<para>And install the package:</para>
-<para><screen><userinput>make install</userinput></screen></para>
+<screen><userinput>make install</userinput></screen>
</sect2>