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>
This commit is contained in:
Fabian Groffen
2023-12-25 12:25:00 +01:00
parent 9240e5af8d
commit a2408e5e8c

View File

@@ -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}
}