diff options
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 6 |
1 files changed, 3 insertions, 3 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&@' 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> |