diff options
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 94044d6dd..842b17156 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -42,8 +42,10 @@ <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> |