From a2408e5e8ca34463ad5ceaff11b8465012c95ef9 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 25 Dec 2023 12:25:00 +0100 Subject: [PATCH] sys-power/switcheroo-control-2.6-r2: fix for Prefix, #917566 Closes: https://bugs.gentoo.org/917566 Signed-off-by: Fabian Groffen --- 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 472ca361e95c9..e4cae48d99f8b 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} }