diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-29 22:05:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-29 22:05:23 +0000 |
commit | 2a4c0cc3514213d0be68f75b1ada65b5595a0e60 (patch) | |
tree | 597c7ac12a7a023464aa3430d6b896d2742d9d14 /chapter06 | |
parent | 1435e8faa1e49d780d4faffa0342ac9478894396 (diff) |
Fix a PDF rendering overflow issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9031 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 0cf114f05..cf73679e3 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -58,8 +58,8 @@ cd build</userinput></screen> <para>Prepare E2fsprogs for compilation:</para> <screen><userinput remap="configure">../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd \ - --disable-fsck</userinput></screen> + --enable-elf-shlibs --disable-libblkid --disable-libuuid \ + --disable-uuidd --disable-fsck</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |