diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/tar.xml | 3 |
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> |