diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-16 13:46:20 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-16 13:46:20 +0800 |
commit | f7c36d049f1a2dc0b3d8d867f1c0d06dac055904 (patch) | |
tree | 0b2d87cb118b8f8f29eeea657e86b8b2acb826a7 | |
parent | cce6c924637464556f437bb9eb417967966c5be1 (diff) |
udev: Create /usr/{lib,share}/pkgconfig
They are not created in chapter 7.5, so we should create them before
installing files into them.
-rw-r--r-- | chapter08/udev.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ <para>Install the package:</para> <screen><userinput remap="install">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 |