commit: a2408e5e8ca34463ad5ceaff11b8465012c95ef9 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 11:25:00 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 11:25:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2408e5e
sys-power/switcheroo-control-2.6-r2: fix for Prefix, #917566 Closes: https://bugs.gentoo.org/917566 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild index 472ca361e95c..e4cae48d99f8 100644 --- a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild +++ b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild @@ -56,7 +56,7 @@ src_configure() { src_install() { meson_src_install - python_fix_shebang "${D}"/usr/bin/switcherooctl + python_fix_shebang "${ED}"/usr/bin/switcherooctl newinitd "${FILESDIR}"/${PN}-init.d ${PN} }
