aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-11-24 21:50:43 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-11-24 21:50:43 +0000
commita26951eac51f6289d21236b0b5603059ba17585d (patch)
tree7b0934532b5da334616fc65ca335c19536055e38 /chapter06
parent3684f6cc35bb7b7025957d930b38493e346f2b5e (diff)
Separate standards page and rationale page
and reformat. Provided more information about packages needed to satisfy LSB. Also fixed a couple of typos. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 86c6ce974..f82181f8a 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -139,8 +139,8 @@ cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
<para>The instructions above don't create non-wide-character Ncurses
libraries since no package installed by compiling from sources would
link against them at runtime. If you must have such libraries because
- of some binary-only application, build them with the following
- commands:</para>
+ of some binary-only application or to be compliant with LSB, build
+ the package again with the following commands:</para>
<screen role="nodump"><userinput>make distclean
./configure --prefix=/usr --with-shared --without-normal \