diff options
author | Sebastien Luttringer <seblu@seblu.net> | 2011-07-26 01:33:38 +0200 |
---|---|---|
committer | Sebastien Luttringer <seblu@seblu.net> | 2011-07-26 01:33:38 +0200 |
commit | ff59fce20fb27911fca66c6f6574056365917fa1 (patch) | |
tree | d501207a07b251ec6d91535462a0421f4df0f35b | |
parent | 895d0944e622aac9a9446e6f727dadd07370677c (diff) |
Add /etc/tmpfiles.d into makefile
This add a /etc/tmpfiles.d inside makefile to automatically create directory with package.
/etc is a better place to store user specific tmpfiles config where /usr/lib is better
for shipped with package config.
As Dave as already included this path inside his arch-tmpfiles, it would be a shame to miss out.
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ DIRS := \ /etc/rc.d/functions.d \ /etc/logrotate.d \ /sbin \ + /etc/tmpfiles.d \ /usr/lib/tmpfiles.d \ /usr/lib/initscripts \ /etc/bash_completion.d \ |