mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
install: create both session/system unit dirs, even if empty
This commit is contained in:
parent
d1ab0ca073
commit
43aa226daf
@ -278,6 +278,8 @@ endif
|
|||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(MKDIR_P) -m 0755 \
|
$(MKDIR_P) -m 0755 \
|
||||||
|
$(DESTDIR)$(systemunitdir) \
|
||||||
|
$(DESTDIR)$(sessionunitdir) \
|
||||||
$(DESTDIR)$(pkgsysconfdir)/system \
|
$(DESTDIR)$(pkgsysconfdir)/system \
|
||||||
$(DESTDIR)$(pkgsysconfdir)/session \
|
$(DESTDIR)$(pkgsysconfdir)/session \
|
||||||
$(DESTDIR)$(sysconfdir)/xdg/systemd \
|
$(DESTDIR)$(sysconfdir)/xdg/systemd \
|
||||||
|
Loading…
Reference in New Issue
Block a user