aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-25 00:12:40 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-25 00:12:40 +0000
commit0014bff7985467f728e2c5c5808ff856d70096ab (patch)
treed5056527f5219f36ecb16c2927e2efc66cb5dfe3 /chapter06/ncurses.xml
parent25a447101567968d6eb88484568ad23ca45430eb (diff)
Remove extra ncurses symbolic link
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8244 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index a2092bdda..f3befe7d4 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -128,7 +128,8 @@ ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen>
<filename class="libraryfile">-lcurses</filename> at build time are still
buildable:</para>
-<screen><userinput>echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
+<screen><userinput>rm -vf /usr/lib/libcursesw.so
+echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
ln -sfv libncurses.so /usr/lib/libcurses.so
ln -sfv libncursesw.a /usr/lib/libcursesw.a
ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>