mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
udev: Create /usr/{lib,share}/pkgconfig
They are not created in chapter 7.5, so we should create them before installing files into them.
This commit is contained in:
parent
cce6c92463
commit
f7c36d049f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user