ghidra: don't rewrite python shebangs
This commit is contained in:
parent
58705ffcbf
commit
bf16ab25d9
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ghidra'
|
||||
pkgname=ghidra
|
||||
version=11.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
_dex_ver=2.1
|
||||
_yajsw_ver=13.09
|
||||
archs="x86_64* aarch64*"
|
||||
|
@ -69,7 +69,7 @@ skiprdeps="/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/animals
|
|||
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/sharedReturn
|
||||
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/switch
|
||||
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/write"
|
||||
python_version=2 # Jython 2.7.2 stuff
|
||||
python_version=ignore # jython, not system python 2
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue