mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
build-sys: replace one last mkdir hook with list item
Previously, errors would be ignored. Now they are not. But I don't see how we could fail to create the directory, so I don't think that it matters.
This commit is contained in:
parent
0a4c519bd3
commit
63ed840e59
@ -1906,11 +1906,9 @@ man/systemd-udevd.8: man/systemd-udevd.service.8
|
||||
man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8
|
||||
man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
|
||||
|
||||
udev-confdirs:
|
||||
-$(MKDIR_P) $(DESTDIR)$(sysconfdir)/udev/rules.d
|
||||
-$(MKDIR_P) $(DESTDIR)$(sysconfdir)/udev/hwdb.d
|
||||
|
||||
INSTALL_DATA_HOOKS += udev-confdirs
|
||||
INSTALL_DIRS += \
|
||||
$(sysconfdir)/udev/rules.d \
|
||||
$(sysconfdir)/udev/hwdb.d
|
||||
|
||||
dist_udevrules_DATA += \
|
||||
rules/99-systemd.rules \
|
||||
|
Loading…
Reference in New Issue
Block a user