aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tar.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-03-05 04:01:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-03-05 04:01:21 +0000
commit2f4c3327ffda791d32485570bdde3fd80940b658 (patch)
treec03aba73135f7543ddf125137d27bfaa61b89150 /chapter06/tar.xml
parenta3b3b6fa1f794bb5c1d73526b601756af45ca281 (diff)
Updates for pdf formatting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r--chapter06/tar.xml3
1 files changed, 2 insertions, 1 deletions
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>