aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/e2fsprogs.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 01:40:35 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-06 01:40:35 +0000
commit97645eb1097016ff4fe10db2e1c977812f18b9d4 (patch)
treeaa635445bd5a712fd951d5a167baad0813af9754 /chapter06/e2fsprogs.xml
parentf3c13ba37e5976e46578efd66c90371d22bbdc48 (diff)
Updated E2fsprogs to 1.41.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r--chapter06/e2fsprogs.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 61ea12032..29f1beb70 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -43,10 +43,15 @@
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
+ <para>Fix an error with building certain programs by installing a
+ patch:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&e2fsprogs-fixes-patch;</userinput></screen>
+
<para>Fix a hardcoded path to <filename>/bin/rm</filename> in E2fsprogs'
testsuite:</para>
- <screen><userinput remap="pre">sed -i -e 's@/bin/rm@/tools&amp;@' lib/blkid/test_probe.in</userinput></screen>
+ <screen><userinput remap="pre">sed -i 's@/bin/rm@/tools&amp;@' lib/blkid/test_probe.in</userinput></screen>
<para>The E2fsprogs documentation recommends that the package be built in
a subdirectory of the source tree: </para>