diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-17 02:50:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-17 02:50:43 +0000 |
commit | 9122ffe01f4973f582bbd8d185814be25aefa363 (patch) | |
tree | 7b25a808e0b7d9fb80d081a315196fe553a62e34 /chapter06/e2fsprogs.xml | |
parent | dc96e56c08516c684864e0df3ee002f85f055068 (diff) |
Update to util-linux-2.16, udev-145, e2fsprogs-1.41.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |