diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-14 21:58:07 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-14 21:58:07 -0500 |
commit | b17680d8ea3c91a0107a52a182ab5465749c0f5b (patch) | |
tree | 08132ac66481b6e679523d0173fd832411f40094 /chapter08/eudev.xml | |
parent | e4c659759388c22d82a85b1ca84d3332b94b7fbd (diff) |
Package updates and corrections.
Update to file-5.43.
Update to linux-5.19.8.
Update to gawk-5.2.0.
Update to meson-0.63.2.
Update to ninja-1.11.1.
Update to bc-6.0.2.
Fix the location of udev rules in eudev.
Remove a warning for egrep and fgrep that
Delete an empty binutils man page.
Diffstat (limited to 'chapter08/eudev.xml')
-rw-r--r-- | chapter08/eudev.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter08/eudev.xml b/chapter08/eudev.xml index efaba9d30..0cce469e1 100644 --- a/chapter08/eudev.xml +++ b/chapter08/eudev.xml @@ -39,16 +39,12 @@ <sect2 role="installation"> <title>Installation of Eudev</title> -<!-- - <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>First fix the location of udev rules in the .pc file:</para> + +<screen><userinput remap="pre">sed -i '/udevdir/a udev_dir=${udevdir}' src/udev/udev.pc.in</userinput></screen> <para>Prepare Eudev for compilation:</para> |