mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-05 00:25:28 +07:00
build-sys: don't fail if we cannot create /cgroup/debug
This commit is contained in:
parent
c3bd732210
commit
e82e442bfa
@ -405,8 +405,8 @@ install-data-hook:
|
||||
$(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
|
||||
$(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \
|
||||
$(DESTDIR)$(pkgsysconfdir)/session \
|
||||
$(DESTDIR)$(sysconfdir)/xdg/systemd \
|
||||
$(DESTDIR)/cgroup/debug
|
||||
$(DESTDIR)$(sysconfdir)/xdg/systemd
|
||||
$(MKDIR_P) -m 0755 $(DESTDIR)/cgroup/debug || echo "Don't forget to create /cgroup/debug! Couldn't create it for you, continuing anyway."
|
||||
( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
|
||||
rm -f session && \
|
||||
$(LN_S) $(pkgsysconfdir)/session session )
|
||||
|
Loading…
Reference in New Issue
Block a user