mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
build-sys: add creation of /var/lib/systemd path, used by logind
This commit is contained in:
parent
ab8da6c266
commit
d8c9d1f9e4
@ -1979,7 +1979,8 @@ polkitpolicy_in_files += \
|
||||
|
||||
logind-install-data-hook:
|
||||
$(MKDIR_P) -m 0755 \
|
||||
$(DESTDIR)$(systemunitdir)/multi-user.target.wants
|
||||
$(DESTDIR)$(systemunitdir)/multi-user.target.wants \
|
||||
$(DESTDIR)$(localstatedir)/lib/systemd
|
||||
( cd $(DESTDIR)$(systemunitdir) && \
|
||||
rm -f dbus-org.freedesktop.login1.service && \
|
||||
$(LN_S) systemd-logind.service dbus-org.freedesktop.login1.service)
|
||||
|
Loading…
Reference in New Issue
Block a user