fixed curses-lib since it did not copy to lib

This commit is contained in:
Ohio2 2021-07-13 23:35:16 +02:00
parent 7cb476a45e
commit 7a6e56b31d

View file

@ -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 ./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
make install DESTDIR="$1" 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 echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so