aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/e2fsprogs.xml6
-rw-r--r--chapter06/udev.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 2ccdbf95a..432baae3a 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -44,10 +44,10 @@
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
- <para>Fix a hardcoded path to <filename>/bin/rm</filename> in E2fsprogs'
- testsuite:</para>
+ <para>Make sure the version date is in a format compatible with
+ <command>configure</command>:</para>
- <screen><userinput remap="pre">sed -i 's@/bin/rm@/tools&amp;@' lib/blkid/test_probe.in</userinput></screen>
+<screen><userinput remap="pre">sed -i -e "s/July/Jul/" version.h</userinput></screen>
<para>The E2fsprogs documentation recommends that the package be built in
a subdirectory of the source tree: </para>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index cbf3251bc..06999f333 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -150,14 +150,14 @@ make install</userinput></screen>
files provided by Udev:</para>
<screen><userinput remap="install">make install-extra-doc</userinput></screen>
-
+<!--
<para>Install the documentation that explains how to create custom Udev
rules:</para>
<screen><userinput remap="install">cd ..
install -m644 -v -D docs/writing_udev_rules/index.html \
/usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
-
+-->
</sect2>
<sect2 id="contents-udev" role="content">