From a21326f8ec5bd7ca36fc98f948b6d1d152acd33b Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 17 Aug 2001 14:12:30 +0000 Subject: move static libs and create symlink git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses-inst.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index f870c55fb..6946f6d3f 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -6,7 +6,10 @@ ./configure --prefix=/usr --libdir=/lib \    --with-shared --disable-termcap && make && -make install - +make install && +cd /lib +mv libncurses.a libncurses_g.a libncurses++.a /usr/lib && +cd /usr/lib && +ln -s ln -s libncurses.a libcurses.a -- cgit v1.2.3-54-g00ecf