diff options
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> |