diff options
Diffstat (limited to 'chapter05/diffutils-inst.xml')
-rw-r--r-- | chapter05/diffutils-inst.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index e197fa674..9110d0918 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -29,10 +29,13 @@ linking statically on systems that run an older Glibc version and this construction fixes that problem.</para></listitem> </itemizedlist> -<para>Finish off by compiling and installing the package:</para> +<para>Continue with compiling the package:</para> -<para><screen><userinput>make -make install</userinput></screen></para> +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> </sect2> |