aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 36513603c..79b38e2b4 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -148,18 +148,6 @@ echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
</variablelist>
- <para>Move the shared libraries to the
- <filename class="directory">/lib</filename> directory, where they are
- expected to reside:</para>
-
-<screen><userinput remap="install">mv -v $LFS/usr/lib/libncursesw.so.6* $LFS/lib</userinput></screen>
-
- <para>Because the libraries have been moved, one symlink points to
- a non-existent file. Recreate it:</para>
-
-<screen><userinput remap="install">ln -sfv ../../lib/$(readlink $LFS/usr/lib/libncursesw.so) $LFS/usr/lib/libncursesw.so</userinput></screen>
-
-
</sect2>
<sect2 role="content">