diff options
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 26a2c95850..8ad1969bdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -252,6 +252,10 @@ CLEANFILES = \ systemd-logger.service install-data-hook: - $(MKDIR_P) $(DESTDIR)$(pkgsysconfdir)/system $(DESTDIR)$(pkgsysconfdir)/session $(DESTDIR)$(sysconfdir)/xdg/systemd + $(MKDIR_P) -m 0755 \ + $(DESTDIR)$(pkgsysconfdir)/system \ + $(DESTDIR)$(pkgsysconfdir)/session \ + $(DESTDIR)$(sysconfdir)/xdg/systemd \ + $(DESTDIR)/cgroup/debug rm -f $(DESTDIR)$(sysconfdir)/xdg/systemd/session ln -sf $(DESTDIR)$(pkgsysconfdir)/session $(DESTDIR)$(sysconfdir)/xdg/systemd/session |