diff options
author | David Seifert <soap@gentoo.org> | 2021-07-31 00:55:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-31 00:55:04 +0200 |
commit | cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d (patch) | |
tree | 0f91c0c9e39ff4ce02d4b7cd3648574e465aa643 /app-misc | |
parent | app-emulation/virtualbox: consistent tmpfiles_process arguments (diff) | |
download | gentoo-cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d.tar.gz gentoo-cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d.tar.bz2 gentoo-cbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d.zip |
app-misc/elasticsearch: consistent tmpfiles_process arguments
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-7.12.0.ebuild | 2 | ||||
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-7.12.1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-7.13.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild index 01bfc5af53fd..45949c1449de 100644 --- a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild @@ -66,7 +66,7 @@ src_install() { } pkg_postinst() { - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf + tmpfiles_process ${PN}.conf elog elog "You may create multiple instances of ${PN} by" diff --git a/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild index e2035c21e8ff..bdf9f6e767d4 100644 --- a/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild @@ -64,7 +64,7 @@ src_install() { } pkg_postinst() { - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf + tmpfiles_process ${PN}.conf elog elog "You may create multiple instances of ${PN} by" diff --git a/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild b/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild index e2035c21e8ff..bdf9f6e767d4 100644 --- a/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.13.2.ebuild @@ -64,7 +64,7 @@ src_install() { } pkg_postinst() { - tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf + tmpfiles_process ${PN}.conf elog elog "You may create multiple instances of ${PN} by" |