diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 18:42:01 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 18:42:01 +0000 |
commit | 6c039f69169729cb512d1d54b080f3525e270df6 (patch) | |
tree | a37ae7d545ba947962dabf1325ca75404d8efbe2 /chapter06 | |
parent | 9b22493a8acfea5625c8c87883d6daf0953b40e7 (diff) |
&& should have been a \
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 8a56f31e4..1aa80ec86 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -7,7 +7,7 @@ <para>Prepare Ncurses to be compiled:</para> -<para><screen><userinput>./configure --prefix=/usr --with-shared && +<para><screen><userinput>./configure --prefix=/usr --with-shared \ --without-debug</userinput></screen></para> <para>Continue with compiling the package:</para> |