diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-09 09:36:26 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-09 09:36:26 +0000 |
commit | 243d49acd65f59052effd8ccb15800e9232ac008 (patch) | |
tree | 3b0bd352308dcfc3dbab8d10ba5b5c16ac2bb2e3 /chapter05/ncurses-inst.xml | |
parent | 5b2a34dd5f17479f3efc39a76a047508d42ec8c4 (diff) |
XML fixes and nbsp fix for lfscmd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/ncurses-inst.xml')
-rw-r--r-- | chapter05/ncurses-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/ncurses-inst.xml b/chapter05/ncurses-inst.xml index 5409398ae..2fcb18e7f 100644 --- a/chapter05/ncurses-inst.xml +++ b/chapter05/ncurses-inst.xml @@ -5,10 +5,10 @@ <para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch patch -Np1 -i ../ncurses-&ncurses-version;-vsscanf.patch -./configure --prefix=/stage1 --with-shared --without-debug --without-ada && -make && +./configure --prefix=/stage1 --with-shared --without-debug --without-ada && +make && make install -chmod 755 /stage1/lib/*.5.3 && +chmod 755 /stage1/lib/*.5.3 && ln -s libncurses.a /stage1/lib/libcurses.a ln -sf /stage1/lib/libncurses.so.5 /stage1/lib/libcurses.so</userinput></screen></para> |