diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2015-10-16 15:00:54 -0500 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2015-10-16 15:12:16 -0500 |
commit | f584990c08fc5a400277acfeaf01297f1d3b995b (patch) | |
tree | 5d5fedac26d04c88c4568827d1e10998fe1a6046 /data/tmpfiles.d | |
parent | eclean: fix eclean-pkg -n -d Bug #472020 (diff) | |
download | gentoolkit-f584990c08fc5a400277acfeaf01297f1d3b995b.tar.gz gentoolkit-f584990c08fc5a400277acfeaf01297f1d3b995b.tar.bz2 gentoolkit-f584990c08fc5a400277acfeaf01297f1d3b995b.zip |
revdep-rebuild: add tmpfiles.d file
Add a configuration file to create /var/cache/revdep-rebuild.
This is needed for fixing bug 498990 in the gentoolkit ebuild.
Diffstat (limited to 'data/tmpfiles.d')
-rw-r--r-- | data/tmpfiles.d/revdep-rebuild.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/tmpfiles.d/revdep-rebuild.conf b/data/tmpfiles.d/revdep-rebuild.conf new file mode 100644 index 0000000..2437bcf --- /dev/null +++ b/data/tmpfiles.d/revdep-rebuild.conf @@ -0,0 +1 @@ +d /var/cache/revdep-rebuild 0700 0 0 |