mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
ghidra: eselect gradle if unset somehow
This commit is contained in:
parent
8911915592
commit
7fadd5bfbd
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ S="${WORKDIR}/ghidra-Ghidra_${PV}_build"
|
|||
|
||||
pkg_setup() {
|
||||
java-pkg-2_pkg_setup
|
||||
# somehow this was unset on livecd run and it shouldn't be unset
|
||||
eselect gradle update ifunset
|
||||
gradle_link_target=$(readlink -n /usr/bin/gradle)
|
||||
currentver="${gradle_link_target/gradle-bin-/}"
|
||||
requiredver="7.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue