aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-23 12:48:27 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-23 12:48:27 +0000
commit71b1c20d7fea8e28331d4890280439d9bdbe25d8 (patch)
tree0146f3a335fae487056aa6a232d4e765cf1f44ee /chapter06
parent55fa5a30e27b830dbc659c5264243debd6a40df8 (diff)
Removed redundencies in ncurses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index f86ec8145..86c6ce974 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -99,11 +99,6 @@
<screen><userinput remap="install">make install</userinput></screen>
- <para>Correct the permissions of a library that should not be executable:
- </para>
-
-<screen><userinput remap="install">chmod -v 644 /usr/lib/libncurses++w.a</userinput></screen>
-
<para>Move the libraries to the <filename class="directory">/lib</filename> directory,
where they are expected to reside:</para>
@@ -118,7 +113,7 @@
non-wide-character Ncurses libraries. Trick such applications into linking with
wide-character libraries by means of symlinks and linker scripts:</para>
-<screen><userinput remap="install">for lib in curses ncurses form panel menu ; do \
+<screen><userinput remap="install">for lib in ncurses form panel menu ; do \
rm -vf /usr/lib/lib${lib}.so ; \
echo "INPUT(-l${lib}w)" &gt;/usr/lib/lib${lib}.so ; \
ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ; \