From 7a6e56b31db2876f59a73e9598814c39a48dcf9a Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Tue, 13 Jul 2021 23:35:16 +0200 Subject: [PATCH] fixed curses-lib since it did not copy to lib --- curses-lib/build | 2 ++ 1 file changed, 2 insertions(+) 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