diff options
-rw-r--r-- | sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} } |