mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
commit
51db6a6cd8
1 changed files with 6 additions and 0 deletions
|
|
@ -147,6 +147,12 @@ src_prepare() {
|
|||
|
||||
# First attempt at disabling pip
|
||||
#sed -i 's#pip#echo#' Ghidra/Features/PyGhidra/build.gradle || die
|
||||
|
||||
# Use the correct python version
|
||||
# https://github.com/pentoo/pentoo-overlay/issues/2243
|
||||
#sed -i "s/findPython3\(true\)/\"${EPYTHON}\"/" build.gradle || die
|
||||
sed -i "s/findPython3(true)/\"${EPYTHON}\"/" build.gradle || die
|
||||
|
||||
eapply_user
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue