diff options
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 2930b8e02..d55b6b603 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -44,6 +44,10 @@ <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> |