mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
games-util/oversteer: Fix python shebangs
One of the install scripts needed python_fix_shebang to function on systems without native-symlinks. Closes: https://bugs.gentoo.org/975951 Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
@@ -28,6 +28,15 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang scripts/meson_post_install.py
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dpython.bytecompile=2
|
||||
|
||||
@@ -28,6 +28,15 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
python_fix_shebang scripts/meson_post_install.py
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dpython.bytecompile=2
|
||||
|
||||
Reference in New Issue
Block a user