diff options
Diffstat (limited to 'chapter05/bzip2-inst.xml')
-rw-r--r-- | chapter05/bzip2-inst.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml index de0ee1c43..bdfb951ab 100644 --- a/chapter05/bzip2-inst.xml +++ b/chapter05/bzip2-inst.xml @@ -3,13 +3,10 @@ <sect2> <title>Installation of Bzip2</title> -<para>Since the Bzip2 package has no configure script we can't prepare it -for compilation. Instead we just run the <userinput>make</userinput> -program and start compiling, with a few variables changed to suit our -environment:</para> +<para>The Bzip2 package doesn't contain a <userinput>configure</userinput> +script. Compile and install it with a straightforward:</para> -<para><screen><userinput>make -make PREFIX=/stage1 install</userinput></screen></para> +<para><screen><userinput>make PREFIX=/stage1 install</userinput></screen></para> </sect2> |