aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/ncurses.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/ncurses.xml')
-rw-r--r--chapter08/ncurses.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml
index 3f2247586..ed0461f16 100644
--- a/chapter08/ncurses.xml
+++ b/chapter08/ncurses.xml
@@ -124,7 +124,7 @@ ln -sfv libncurses.so /usr/lib/libcurses.so</userinput></screen>
<para>If desired, install the Ncurses documentation:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/ncurses-&ncurses-version;
+<screen><userinput remap="install">mkdir -pv /usr/share/doc/ncurses-&ncurses-version;
cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
<note>