diff options
author | David Seifert <soap@gentoo.org> | 2021-07-31 00:55:05 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-31 00:55:05 +0200 |
commit | 677a4ed64627444922ec21f0dbb90bad04ffeb97 (patch) | |
tree | 61cf829e1b071fd1a45aadfca1b058ef80d21311 /dev-libs/kpathsea | |
parent | app-misc/elasticsearch: consistent tmpfiles_process arguments (diff) | |
download | gentoo-677a4ed64627444922ec21f0dbb90bad04ffeb97.tar.gz gentoo-677a4ed64627444922ec21f0dbb90bad04ffeb97.tar.bz2 gentoo-677a4ed64627444922ec21f0dbb90bad04ffeb97.zip |
dev-libs/kpathsea: consistent tmpfiles_process arguments
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild index 82053a77e2e6..8c4a6a6153cb 100644 --- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild @@ -97,7 +97,7 @@ src_install() { } pkg_postinst() { - tmpfiles_process "${FILESDIR}"/kpathsea.conf + tmpfiles_process kpathsea.conf etexmf-update } |