mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-backup/pika-backup: fix python shebang
Closes: https://bugs.gentoo.org/931929 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -376,8 +376,13 @@ src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
python_fix_shebang build-aux/meson-cargo-manifest.py
|
||||
meson_src_configure
|
||||
cargo_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
python_fix_shebang "${S}/build-aux"
|
||||
meson_src_compile
|
||||
cargo_src_compile
|
||||
}
|
||||
Reference in New Issue
Block a user