diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-13 22:21:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-07-13 22:21:37 +0000 |
commit | a905be8285bc7d448461de3d3890c5533e4b37c3 (patch) | |
tree | 101462438b59a59cb065b6ba069998aa8faeec23 /chapter06/e2fsprogs.xml | |
parent | 87fd5cea4ef88172e84ffb0b8af14be3a550a59e (diff) |
Remove unneeded e2fsprogs patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index ca9268d48..2bdfaf0cd 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -44,11 +44,10 @@ <sect2 role="installation"> <title>Installation of E2fsprogs</title> - <para>First fix some problems with running regression tests in the LFS chroot + <para>First fix a problem with running regression tests in the LFS chroot environment:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&e2fsprogs-fix-test-patch; -sed -i -e 's|^LD_LIBRARY_PATH.*|&:/tools/lib|' tests/test_config</userinput></screen> +<screen><userinput remap="pre">sed -i -e 's|^LD_LIBRARY_PATH.*|&:/tools/lib|' tests/test_config</userinput></screen> <para>The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: </para> |