Skip to content

Commit

Permalink
app-misc/elasticsearch: consistent tmpfiles_process arguments
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 30, 2021
1 parent 16d9101 commit cbf2a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-misc/elasticsearch/elasticsearch-7.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app-misc/elasticsearch/elasticsearch-7.12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app-misc/elasticsearch/elasticsearch-7.13.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cbf2a37

Please sign in to comment.