diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-30 19:32:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-30 19:32:09 +0000 |
commit | 9e0a55ae109c1f884abd63919da81e7f5fed8ccc (patch) | |
tree | b5cf65f4e5ddbfc24fb52686d266a7b0e9873fc3 /chapter06/flex.xml | |
parent | 1025b2a0b09ef8241c5ef1648858ea7b830bb36e (diff) |
Upgrade to E2fsprogs-1.42.3. Fixes #3091.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index df31b7f39..ead4c8f31 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -47,7 +47,7 @@ <para>Prepare Flex for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen> <para>Compile the package:</para> |