diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-06-07 13:30:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-06-07 13:33:30 -0400 |
commit | eb915b43537a80615befad1c2bf850891adebeff (patch) | |
tree | eeb9e52780c3bed97718329284efaa10a1c1c773 /sys-apps/systemd-utils | |
parent | dev-python/pyalsa: Remove old (diff) | |
download | gentoo-eb915b43537a80615befad1c2bf850891adebeff.tar.gz gentoo-eb915b43537a80615befad1c2bf850891adebeff.tar.bz2 gentoo-eb915b43537a80615befad1c2bf850891adebeff.zip |
sys-apps/systemd-utils: fix build with USE=kernel-install
Compensate for recent changes to meson.eclass.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-utils')
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-254.10-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-254.10-r1.ebuild index b906b6110034..af3b023e8eb8 100644 --- a/sys-apps/systemd-utils/systemd-utils-254.10-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-254.10-r1.ebuild @@ -292,7 +292,7 @@ multilib_src_compile() { if use kernel-install; then targets+=( kernel-install - 90-loaderentry.install + src/kernel-install/90-loaderentry.install man/kernel-install.8 ) fi @@ -368,7 +368,7 @@ multilib_src_compile() { if use ukify; then targets+=( ukify - 60-ukify.install + src/kernel-install/60-ukify.install man/ukify.1 ) fi diff --git a/sys-apps/systemd-utils/systemd-utils-254.12.ebuild b/sys-apps/systemd-utils/systemd-utils-254.12.ebuild index 4e14021f3732..d76d79f1f07f 100644 --- a/sys-apps/systemd-utils/systemd-utils-254.12.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-254.12.ebuild @@ -292,7 +292,7 @@ multilib_src_compile() { if use kernel-install; then targets+=( kernel-install - 90-loaderentry.install + src/kernel-install/90-loaderentry.install man/kernel-install.8 ) fi @@ -368,7 +368,7 @@ multilib_src_compile() { if use ukify; then targets+=( ukify - 60-ukify.install + src/kernel-install/60-ukify.install man/ukify.1 ) fi diff --git a/sys-apps/systemd-utils/systemd-utils-254.13.ebuild b/sys-apps/systemd-utils/systemd-utils-254.13.ebuild index 29677faa1af9..3f52033ed095 100644 --- a/sys-apps/systemd-utils/systemd-utils-254.13.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-254.13.ebuild @@ -292,7 +292,7 @@ multilib_src_compile() { if use kernel-install; then targets+=( kernel-install - 90-loaderentry.install + src/kernel-install/90-loaderentry.install man/kernel-install.8 ) fi @@ -368,7 +368,7 @@ multilib_src_compile() { if use ukify; then targets+=( ukify - 60-ukify.install + src/kernel-install/60-ukify.install man/ukify.1 ) fi diff --git a/sys-apps/systemd-utils/systemd-utils-255.7.ebuild b/sys-apps/systemd-utils/systemd-utils-255.7.ebuild index 01d50ad73596..865a3e795381 100644 --- a/sys-apps/systemd-utils/systemd-utils-255.7.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-255.7.ebuild @@ -291,7 +291,7 @@ multilib_src_compile() { if use kernel-install; then targets+=( kernel-install - 90-loaderentry.install + src/kernel-install/90-loaderentry.install man/kernel-install.8 ) fi @@ -381,7 +381,7 @@ multilib_src_compile() { if use ukify; then targets+=( ukify - 60-ukify.install + src/kernel-install/60-ukify.install man/ukify.1 ) fi |