Ignore:
Timestamp:
Feb 19, 2016, 7:52:44 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
3f72431
Parents:
812899d5
Message:

Removed libcurses symlinks from Ncurses pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ncurses.xml

    r812899d5 r8c4638c  
    9292    programs to build properly:</para>
    9393
    94 <screen os="m"><userinput>for lib in curses ncurses form panel menu ; do
     94<screen os="m"><userinput>for lib in ncurses form panel menu ; do
    9595        echo "INPUT(-l${lib}w)" &gt; /usr/lib/lib${lib}.so
    9696        ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a
    9797done
    98 ln -sfv libncursesw.so /usr/lib/libcursesw.so
    99 ln -sfv libncursesw.a /usr/lib/libcursesw.a
    10098ln -sfv libncurses++w.a /usr/lib/libncurses++.a
    10199ln -sfv ncursesw6-config /usr/bin/ncurses6-config</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.