mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
450a0b678a
commit
5b95b1afd0
@ -112,6 +112,7 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
|
||||
@ -112,6 +112,7 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
|
||||
find "${D}" -name '*.la' -type f -delete || die
|
||||
}
|
||||
|
||||
|
||||
@ -112,6 +112,7 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
|
||||
find "${D}" -name '*.la' -type f -delete || die
|
||||
}
|
||||
|
||||
|
||||
@ -113,6 +113,7 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
dotmpfiles src/boot/ostree-tmpfiles.conf #901797
|
||||
find "${D}" -name '*.la' -type f -delete || die
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user