Ignore:
Timestamp:
07/25/2007 12:19:42 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
6.3
Children:
ff08e99
Parents:
107cf5b
Message:

Merge r8244 from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.3/BOOK@8246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    r107cf5b r4b720c1  
    129129    buildable:</para>
    130130
    131 <screen><userinput>echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
     131<screen><userinput>rm -vf /usr/lib/libcursesw.so
     132echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
    132133ln -sfv libncurses.so /usr/lib/libcurses.so
    133134ln -sfv libncursesw.a /usr/lib/libcursesw.a
Note: See TracChangeset for help on using the changeset viewer.