From: Mike Kazantsev Date: Fri, 27 Jan 2012 18:56:44 +0000 (+0100) Subject: build-sys: add creation of /var/lib/systemd path, used by logind X-Git-Tag: v40~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d8c9d1f9e494b149cb8f1c7e0d79b37bedf21bd5 build-sys: add creation of /var/lib/systemd path, used by logind --- diff --git a/Makefile.am b/Makefile.am index 15190b41c..547362371 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1979,7 +1979,8 @@ polkitpolicy_in_files += \ logind-install-data-hook: $(MKDIR_P) -m 0755 \ - $(DESTDIR)$(systemunitdir)/multi-user.target.wants + $(DESTDIR)$(systemunitdir)/multi-user.target.wants \ + $(DESTDIR)$(localstatedir)/lib/systemd ( cd $(DESTDIR)$(systemunitdir) && \ rm -f dbus-org.freedesktop.login1.service && \ $(LN_S) systemd-logind.service dbus-org.freedesktop.login1.service)