diff options
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index d55b6b603..785759d59 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -43,11 +43,11 @@ <para>First, fix a test script:</para> <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen> - +<!-- <para>Next, remove an unneeded line that causes a build failure:</para> <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen> - +--> <para>Next, add a workaround to prevent the /tools directory from being hard coded into Eudev binary files library locations:</para> |