diff --git a/curses-lib/build b/curses-lib/build index c792d8c..12005b8 100755 --- a/curses-lib/build +++ b/curses-lib/build @@ -11,4 +11,6 @@ popd ./configure --prefix=/usr --build=$(./config.guess) --mandir=/usr/share/man --with-manpage-format=normal --with-shared --without-debug --without-ada --without-normal --enable-widec make make install DESTDIR="$1" +cp libncursesw.so /lib/libncursesw.so +ln -s /lib/libncursesw.so /lib/libncurses.so echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so