mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-26 09:57:26 +03:00
install: create /cgroup/debug mount point on install
This commit is contained in:
parent
173e382182
commit
64c1b5bf9c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user