aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/e2fsprogs.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-12-01 18:57:06 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-12-01 18:57:06 +0000
commit1e5c044d67313265e701cbcaab878d96609b83ac (patch)
treef403b4e63e2cc94712cccb919996513cc3d0f3be /chapter06/e2fsprogs.xml
parent948bdb9f27a3d232ff0fcf345b12a9289c1a1f49 (diff)
Fix ICA breakage in E2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7875 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r--chapter06/e2fsprogs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index ed8beb67e..960a32bb6 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -37,6 +37,11 @@
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
+ <para>Fix a hardcoded path to <filename>/bin/rm</filename> in E2fsprogs'
+ testsuite:</para>
+
+ <screen><userinput>sed -i -e 's@/bin/rm@/tools&amp;@' lib/blkid/test_probe.in</userinput></screen>
+
<para>It is recommended that E2fsprogs be built in a subdirectory of
the source tree: </para>