aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter05/generalinstructions.xml5
-rw-r--r--chapter06/tar.xml3
2 files changed, 5 insertions, 3 deletions
diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml
index c8443dadc..aa9cff1ac 100644
--- a/chapter05/generalinstructions.xml
+++ b/chapter05/generalinstructions.xml
@@ -75,8 +75,9 @@
<para>To re-emphasize the build process:</para>
<screen role="nodump">
-1. Place all the sources and patches in a directory that will be accessible from the
- chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
+1. Place all the sources and patches in a directory that will be accessible
+ from the chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put
+ sources in /mnt/lfs/tools/.
2. Change to the sources directory.
3. For each package:
a. Using the tar program, extract the package to be built.
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index 7fed883e5..d9529048d 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -42,7 +42,8 @@
<para>Prepare Tar for compilation:</para>
-<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
+<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
+ --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>