dev-util/ostree: explicitly install ostree-tmpfiles.conf for openrc compatiblity

Closes: https://bugs.gentoo.org/901797
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico 2025-11-08 11:50:44 -08:00
parent 450a0b678a
commit 5b95b1afd0
No known key found for this signature in database
GPG Key ID: D075FB8C104A3D20
4 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,7 @@ src_configure() {
src_install() {
default
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
find "${D}" -name '*.la' -delete || die
}

View File

@ -112,6 +112,7 @@ src_configure() {
src_install() {
default
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
find "${D}" -name '*.la' -type f -delete || die
}

View File

@ -112,6 +112,7 @@ src_configure() {
src_install() {
default
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
find "${D}" -name '*.la' -type f -delete || die
}

View File

@ -113,6 +113,7 @@ src_configure() {
src_install() {
default
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
find "${D}" -name '*.la' -type f -delete || die
}