From f7c36d049f1a2dc0b3d8d867f1c0d06dac055904 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 16 Jul 2023 13:46:20 +0800 Subject: udev: Create /usr/{lib,share}/pkgconfig They are not created in chapter 7.5, so we should create them before installing files into them. --- chapter08/udev.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter08/udev.xml b/chapter08/udev.xml index 4e79ef899..951240d32 100644 --- a/chapter08/udev.xml +++ b/chapter08/udev.xml @@ -115,6 +115,7 @@ meson setup \ Install the package: install -vm755 -d {/usr/lib,/etc}/udev/{hwdb,rules}.d +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 -- cgit v1.2.3-54-g00ecf