aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-27 12:14:01 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-27 12:14:01 +0000
commit43f167cdab16ab4c04a7f1c3bf2ed86a23bcf89c (patch)
treed9e59fa701b928443ac6f20a14acefdc578d3ea6 /chapter06/ncurses-inst.xml
parentf6810d47a98a74bc11a1787843e10a32ab7eea27 (diff)
upgraded to ncurses-5.2-2.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r--chapter06/ncurses-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index 226d0392a..2d532ba72 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -3,7 +3,7 @@
<para>Install Ncurses by running the following commands:</para>
-<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-patch &amp;&amp;
+<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-patch-version;.patch &amp;&amp;
./configure --prefix=/usr --libdir=/lib \
&nbsp;&nbsp;&nbsp;&nbsp;--with-shared --disable-termcap &amp;&amp;
make &amp;&amp;