mirror of
https://github.com/systemd/systemd.git
synced 2024-12-04 15:53:41 +08:00
build-sys: Don't distribute generated udev rule
It contains hardcoded path to systemd-sysctl executable which is /usr/lib/systemd/systemd-sysctl on latest stable release and as such it will complain at runtime if rootprefix != prefix [zj: readd the file to nodist_udevrules_DATA]
This commit is contained in:
parent
7d06ef0a5c
commit
e2eb18d56b
@ -2572,7 +2572,6 @@ dist_network_DATA = \
|
||||
network/80-container-host0.network
|
||||
|
||||
dist_udevrules_DATA += \
|
||||
rules/99-systemd.rules \
|
||||
rules/42-usb-hid-pm.rules \
|
||||
rules/50-udev-default.rules \
|
||||
rules/60-drm.rules \
|
||||
@ -2589,6 +2588,9 @@ dist_udevrules_DATA += \
|
||||
rules/80-net-setup-link.rules \
|
||||
rules/95-udev-late.rules
|
||||
|
||||
nodist_udevrules_DATA += \
|
||||
rules/99-systemd.rules
|
||||
|
||||
dist_udevhwdb_DATA = \
|
||||
hwdb/20-pci-vendor-model.hwdb \
|
||||
hwdb/20-pci-classes.hwdb \
|
||||
|
Loading…
Reference in New Issue
Block a user