aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/ncurses-inst.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/chapter05/ncurses-inst.xml b/chapter05/ncurses-inst.xml
index 2fcb18e7f..7418a7f3b 100644
--- a/chapter05/ncurses-inst.xml
+++ b/chapter05/ncurses-inst.xml
@@ -5,12 +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 &amp;&amp;
-make &amp;&amp;
+./configure --prefix=/stage1 --with-shared --without-debug \
+&nbsp;&nbsp;&nbsp;&nbsp;--without-ada
+make
make install
-chmod 755 /stage1/lib/*.5.3 &amp;&amp;
-ln -s libncurses.a /stage1/lib/libcurses.a
-ln -sf /stage1/lib/libncurses.so.5 /stage1/lib/libcurses.so</userinput></screen></para>
-
+chmod 755 /stage1/lib/*.5.3</userinput></screen></para>
</sect2>