aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/udev.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-07-28 19:23:11 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-07-28 19:23:11 -0500
commit6de383a26215753a2b0a6d2dba6956ecfd786a90 (patch)
treea1863a5563235db33ea2a6cc3b0facf33968b2d2 /chapter08/udev.xml
parentac90ea8104148900ca3209cf5a56c4a16cbafd77 (diff)
Package updates.
Update udev-lfs tarball to remove obsolete cdrom rules and references to ISDN devices. Update to wheel-0.41.0 (Python Module). Update to tar-1.35. Update to systemd-254. Update to meson-1.2.0. Update to linux-6.4.7. Update to gcc-13.2.0. Update to file-5.45.
Diffstat (limited to 'chapter08/udev.xml')
-rw-r--r--chapter08/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/udev.xml b/chapter08/udev.xml
index 2d3792511..67e835afc 100644
--- a/chapter08/udev.xml
+++ b/chapter08/udev.xml
@@ -127,7 +127,7 @@ meson setup \
install -vm755 -d /usr/{lib,share}/pkgconfig
install -vm755 udevadm /usr/bin/
install -vm755 systemd-hwdb /usr/bin/udev-hwdb
-ln -sv ../bin/udevadm /usr/sbin/udevd
+ln -svfn ../bin/udevadm /usr/sbin/udevd
cp -av libudev.so{,*[0-9]} /usr/lib/
install -vm644 ../src/libudev/libudev.h /usr/include/
install -vm644 src/libudev/*.pc /usr/lib/pkgconfig/
@@ -147,7 +147,7 @@ make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen>
<!-- Please make sure systemd man pages tarball has a common leading
component in the path. -->
-<screen><userinput remap="install">tar -xf ../../systemd-man-pages-253.tar.xz --strip-components=1 \
+<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 \
-C /usr/share/man --wildcards '*/udev*' '*/libudev*' \
'*/systemd-'{hwdb,udevd.service}.8
sed 's/systemd\(\\\?-\)/udev-/' /usr/share/man/man8/systemd-hwdb.8 \