mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-03 04:11:47 +00:00
Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com>
15 lines
582 B
Plaintext
15 lines
582 B
Plaintext
# This file is stolen from systemd and tweaked.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
# See tmpfiles.d(5) for details
|
|
|
|
# Clear tmp directories separately, to make them easier to override
|
|
# Unfortunatly tmpfiles doesn't change the ownership for things if they
|
|
# are not listed.
|
|
d @CACHE_DIR@/lib 755 dbginfo dbginfo 10d
|
|
d @CACHE_DIR@/src 755 dbginfo dbginfo 1d
|