summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-31 00:55:08 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-31 00:55:08 +0200
commit931a3517701f8d458d207c2b74f723faaf6498b8 (patch)
tree5459d65eaa0bc0b03f905f65c78c23b2b6065872 /sys-cluster/glusterfs
parentnet-misc/connman: consistent tmpfiles_process arguments (diff)
downloadgentoo-931a3517701f8d458d207c2b74f723faaf6498b8.tar.gz
gentoo-931a3517701f8d458d207c2b74f723faaf6498b8.tar.bz2
gentoo-931a3517701f8d458d207c2b74f723faaf6498b8.zip
sys-cluster/glusterfs: consistent tmpfiles_process arguments
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/glusterfs')
-rw-r--r--sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild b/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild
index 153b9cf51ac0..0ce6675dcb75 100644
--- a/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild
@@ -185,7 +185,7 @@ pkg_postinst() {
elog "If you are upgrading from a previous version of ${PN}, please read:"
elog " http://docs.gluster.org/en/latest/Upgrade-Guide/upgrade_to_$(ver_cut '1-2')/"
- tmpfiles_process /usr/lib/tmpfiles.d/gluster.conf
+ tmpfiles_process gluster.conf
use emacs && elisp-site-regen
}