install: create /cgroup/debug mount point on install

This commit is contained in:
Lennart Poettering 2010-05-14 04:22:29 +02:00
parent 173e382182
commit 64c1b5bf9c

View file

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