aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bzip2-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-11 22:49:50 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-11 22:49:50 +0000
commitab6f1859dd20771fcf1a6b62ecd2fd8819666c26 (patch)
tree3e9bc15124c8f4d56b5459d70a27f86dda7b2364 /chapter05/bzip2-inst.xml
parent775a2682d0633c2777b93207bd495708f9724258 (diff)
small things around coreutils and bugs #518 and #520
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bzip2-inst.xml')
-rw-r--r--chapter05/bzip2-inst.xml9
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>