aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:38:07 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:38:07 +0000
commit4428ad0165dbeab9056659ae94ed09cf7ae12328 (patch)
treeda85bfafc335983b0432d039367e0382c0642cb4 /chapter06/ncurses.xml
parent3b59647833d10d8b5f1d1061ef44faa04b52c8f0 (diff)
Correct the location of various package's man pages. Fixes #3097.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 60604be63..d3da0d7bd 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -53,7 +53,8 @@
<para>Prepare Ncurses for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --mandir=/usr/share/man --with-shared \
+ --without-debug --enable-widec</userinput></screen>
<variablelist>
<title>The meaning of the configure option:</title>