diff options
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 26cc70588..251a901c8 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -5,8 +5,8 @@ <para>First fix two tiny bugs:</para> -<para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch -patch -Np1 -i ../ncurses-&ncurses-version;-vsscanf.patch</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../&ncurses-etip-patch; +patch -Np1 -i ../&ncurses-vsscanf-patch;</userinput></screen></para> <para>The first patch corrects the <filename>etip.h</filename> header file, and the second patch prevents some compiler warnings on the use of deprecated |