aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-28 01:25:56 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-28 01:25:56 +0000
commitac745a77251636e1d4171ed2d8faf8a30d28ba0a (patch)
tree81d1fac9522b4b7f2510f6c952347cdfaf95df5a /chapter06
parent0b9e193f5241c7637335176c29ab00e70abff14f (diff)
Fix location of Module-Init-Tools man pages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8712 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/module-init-tools.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index cea92a17b..f447974a8 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -61,7 +61,7 @@ make clean</userinput></screen>
<para>Prepare Module-Init-Tools for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/ --enable-zlib</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/ --enable-zlib --mandir=/usr/share/man</userinput></screen>
<para>Compile the package:</para>