diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-25 21:38:21 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-25 21:38:21 +0200 |
commit | 772f83719e3c2262d948a4c4e70fe9babc4c4610 (patch) | |
tree | 973ea77bd6d44c6a96518b8bf9c0ee9aa43159fe /Makefile.am | |
parent | db1413d7380acacc4e50faf801ca0d401da89764 (diff) |
tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index b4644fa75e..d6182f1b7a 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,12 +1286,13 @@ CLEANFILES += \ install-data-hook: $(MKDIR_P) -m 0755 \ $(DESTDIR)$(tmpfilesdir) \ - $(DESTDIR)$(sysconfdir)/modules-load.d \ + $(DESTDIR)$(sysconfdir)/tmpfiles.d \ $(DESTDIR)$(prefix)/lib/modules-load.d \ - $(DESTDIR)$(sysconfdir)/sysctl.d \ + $(DESTDIR)$(sysconfdir)/modules-load.d \ $(DESTDIR)$(prefix)/lib/sysctl.d \ - $(DESTDIR)$(sysconfdir)/binfmt.d \ + $(DESTDIR)$(sysconfdir)/sysctl.d \ $(DESTDIR)$(prefix)/lib/binfmt.d \ + $(DESTDIR)$(sysconfdir)/binfmt.d \ $(DESTDIR)$(systemshutdowndir) \ $(DESTDIR)$(systemgeneratordir) \ $(DESTDIR)$(usergeneratordir) |