summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-31 00:55:04 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-31 00:55:04 +0200
commitcbf2a37df9f243866ecfd5ff7c7c2f21429a2b8d (patch)
tree0f91c0c9e39ff4ce02d4b7cd3648574e465aa643 /app-misc
parentapp-emulation/virtualbox: consistent tmpfiles_process arguments (diff)
downloadgentoo-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.ebuild2
-rw-r--r--app-misc/elasticsearch/elasticsearch-7.12.1.ebuild2
-rw-r--r--app-misc/elasticsearch/elasticsearch-7.13.2.ebuild2
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"