forked from alnux/repo
fixed curses-lib since it did not copy to lib
This commit is contained in:
parent
7cb476a45e
commit
7a6e56b31d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue