diff options
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 0fb1c99b7..8b31ae329 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -40,10 +40,9 @@ <sect2 role="installation"> <title>Installation of Eudev</title> - <para>First, clean up a few warnings and fix a test script:</para> + <para>First, fix a test script:</para> -<screen><userinput remap="pre">sed -i '/struct ucred/i struct ucred;' src/libudev/util.h -sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen> +<screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen> <para>Prepare Eudev for compilation:</para> |