mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
[PATCH] move the dbus config file to etc/dbus-1/system.d/
This commit is contained in:
parent
6d88260a8b
commit
8ccd82e04c
3
Makefile
3
Makefile
@ -266,7 +266,8 @@ small_release: $(DISTFILES) clean
|
||||
ifeq ($(USE_DBUS), true)
|
||||
install-dbus-policy:
|
||||
$(INSTALL) -d $(DESTDIR)$(dbusdir)
|
||||
$(INSTALL_DATA) udev_sysbus_policy.conf $(DESTDIR)$(dbusdir)
|
||||
$(INSTALL_DATA) etc/dbus-1/system.d/udev_sysbus_policy.conf $(DESTDIR)$(dbusdir)
|
||||
|
||||
uninstall-dbus-policy:
|
||||
- rm $(DESTDIR)$(dbusdir)/udev_sysbus_policy.conf
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user