1
1
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:
Lennart Poettering 2010-05-15 23:15:10 +02:00
parent d1ab0ca073
commit 43aa226daf

View File

@ -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 \