diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-28 01:25:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-28 01:25:56 +0000 |
commit | ac745a77251636e1d4171ed2d8faf8a30d28ba0a (patch) | |
tree | 81d1fac9522b4b7f2510f6c952347cdfaf95df5a | |
parent | 0b9e193f5241c7637335176c29ab00e70abff14f (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
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e2b36631..a4a08ddf7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,7 +40,8 @@ <para>2008-10-28</para> <itemizedlist> <listitem> - <para>[bdubbs] - Updated to e2fsprogs-1.41.3.</para> + <para>[bdubbs] - Changed location of man pages in Module-Init-Tools. + Thanks to Trent Shea for pointing out the fix.</para> </listitem> <listitem> <para>[bdubbs] - Updated to M4-1.4.12.</para> 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> |