X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=65ab1339a7dde132a5aef3b2ba649088b89dd7cd;hb=53f7d807bff9c39e9e565ad2fb20f29b4306af40;hp=f67f22d64655202b8eff120df6ad7cb55ac03660;hpb=e82e442bfa66eb982b1694250bdafdbd0de54032;p=elogind.git diff --git a/Makefile.am b/Makefile.am index f67f22d64..65ab1339a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -406,7 +406,8 @@ install-data-hook: $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \ $(DESTDIR)$(pkgsysconfdir)/session \ $(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." + $(MKDIR_P) -m 0755 $(DESTDIR)/cgroup/systemd || \ + echo "Don't forget to create /cgroup/systemd! Couldn't create it for you, continuing anyway." ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \ rm -f session && \ $(LN_S) $(pkgsysconfdir)/session session )