diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-12-25 12:25:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-12-25 12:25:00 +0100 |
commit | a2408e5e8ca34463ad5ceaff11b8465012c95ef9 (patch) | |
tree | c892fbfd143f4ac16eb047ec701d07a10c24d367 /sys-power | |
parent | sys-devel/native-cctools-5-r1: port to EAPI=8, cleanup (diff) | |
download | gentoo-a2408e5e8ca34463ad5ceaff11b8465012c95ef9.tar.gz gentoo-a2408e5e8ca34463ad5ceaff11b8465012c95ef9.tar.bz2 gentoo-a2408e5e8ca34463ad5ceaff11b8465012c95ef9.zip |
sys-power/switcheroo-control-2.6-r2: fix for Prefix, #917566
Closes: https://bugs.gentoo.org/917566
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-power')
-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} } |