diff options
Diffstat (limited to 'chapter05/bzip2.xml')
-rw-r--r-- | chapter05/bzip2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml index fe50bd4f9..cb53d7665 100644 --- a/chapter05/bzip2.xml +++ b/chapter05/bzip2.xml @@ -46,11 +46,11 @@ <para>The Bzip2 package does not contain a <command>configure</command> script. Compile and test it with:</para> -<screen><userinput>make</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>Install the package:</para> -<screen><userinput>make PREFIX=/tools install</userinput></screen> +<screen><userinput remap="install">make PREFIX=/tools install</userinput></screen> </sect2> |