diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-23 23:29:16 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-23 23:29:16 +0000 |
commit | 3e70cd73246a777fac0179106237f38be3ea488c (patch) | |
tree | 0c1c5d2025909f51bafdcb9c0156c6d55c06198f | |
parent | 74ebf517b6e1ffa027551454979597d8c2e727db (diff) |
Remove empty line from xz configure command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/xz.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 1ecdace87..6a94393ce 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -46,8 +46,7 @@ <para>Prepare Xz for compilation with:</para> -<screen><userinput remap="configure"> -./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen> |