diff options
Diffstat (limited to 'chapter05/findutils-inst.xml')
-rw-r--r-- | chapter05/findutils-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml index 7cad46962..45656baf5 100644 --- a/chapter05/findutils-inst.xml +++ b/chapter05/findutils-inst.xml @@ -5,20 +5,20 @@ <para>Prepare Findutils 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 check</userinput></screen></para> +<screen><userinput>make check</userinput></screen> <para>And install the package:</para> -<para><screen><userinput>make install</userinput></screen></para> +<screen><userinput>make install</userinput></screen> </sect2> |