X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d6182f1b7a86c0722c47432fc35f748fb2ee6253;hb=907dd1953b7517534d646f5b2777780020c896e2;hp=0aaa1e45c37f4d5d70bc966a1e8faae6b7825c98;hpb=54e4fdef80693f7fd7893bd048bb4d9a258b03a6;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 0aaa1e45c..d6182f1b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ bashcompletiondir=$(sysconfdir)/bash_completion.d # Our own, non-special dirs pkgsysconfdir=$(sysconfdir)/systemd userunitdir=$(prefix)/lib/systemd/user -tmpfilesdir=$(sysconfdir)/tmpfiles.d +tmpfilesdir=$(prefix)/lib/tmpfiles.d usergeneratordir=$(pkglibexecdir)/user-generators # And these are the special ones for / @@ -1286,8 +1286,12 @@ CLEANFILES += \ install-data-hook: $(MKDIR_P) -m 0755 \ $(DESTDIR)$(tmpfilesdir) \ + $(DESTDIR)$(sysconfdir)/tmpfiles.d \ + $(DESTDIR)$(prefix)/lib/modules-load.d \ $(DESTDIR)$(sysconfdir)/modules-load.d \ + $(DESTDIR)$(prefix)/lib/sysctl.d \ $(DESTDIR)$(sysconfdir)/sysctl.d \ + $(DESTDIR)$(prefix)/lib/binfmt.d \ $(DESTDIR)$(sysconfdir)/binfmt.d \ $(DESTDIR)$(systemshutdowndir) \ $(DESTDIR)$(systemgeneratordir) \