ghidra: don't rewrite python shebangs

This commit is contained in:
classabbyamp 2024-04-17 21:52:59 -04:00 committed by classabbyamp
parent 58705ffcbf
commit bf16ab25d9

View file

@ -1,7 +1,7 @@
# Template file for 'ghidra' # Template file for 'ghidra'
pkgname=ghidra pkgname=ghidra
version=11.0.3 version=11.0.3
revision=1 revision=2
_dex_ver=2.1 _dex_ver=2.1
_yajsw_ver=13.09 _yajsw_ver=13.09
archs="x86_64* aarch64*" 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/sharedReturn
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/switch /usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/switch
/usr/libexec/ghidra/docs/GhidraClass/ExerciseFiles/Advanced/write" /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 nocross=yes
post_extract() { post_extract() {