mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +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:
|
||||
$(MKDIR_P) -m 0755 \
|
||||
$(DESTDIR)$(systemunitdir) \
|
||||
$(DESTDIR)$(sessionunitdir) \
|
||||
$(DESTDIR)$(pkgsysconfdir)/system \
|
||||
$(DESTDIR)$(pkgsysconfdir)/session \
|
||||
$(DESTDIR)$(sysconfdir)/xdg/systemd \
|
||||
|
Loading…
Reference in New Issue
Block a user