diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 12:29:52 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 12:29:52 +0000 |
commit | ff0dd81f455b7ccd107ce897d441d2966b24675a (patch) | |
tree | 99c4bd22331a2b1639d576606deddaa5ba154eba /chapter06 | |
parent | 791a9ec3c2a7dae316e6a4ba37baec03ef5ba028 (diff) |
Upgrade to udev-067 and fix the failing test
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 1abe92c56..099171c3f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -30,6 +30,11 @@ <sect2 role="installation"> <title>Installation of Udev</title> +<para>Fix an incorrect assumption in the Udev testsuite regarding the location +of the <command>test</command> binary:</para> + +<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen> + <para>Compile the package:</para> <screen><userinput>make udevdir=/dev</userinput></screen> |