diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-02-22 02:58:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-02-22 02:58:01 +0000 |
commit | 182ec8e555675e78dbec0350172d45b1bde37331 (patch) | |
tree | 57932135a9b434c4a014732edb691568a1b82af1 /chapter06/e2fsprogs.xml | |
parent | eb01ffacfeec4303af9e1f09daa92f3a1c8e61b6 (diff) |
Fix an error in e2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 4c851a02f..a1800b8e8 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -44,6 +44,11 @@ <sect2 role="installation"> <title>Installation of E2fsprogs</title> + <para>First fix a programming error:</para> + +<screen><userinput remap="configure">sed -i -e '74i\ + new_table->readline_shutdown = 0;' lib/ss/invocation.c</userinput></screen> + <para>The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: </para> |