dev-util/ghidra: fixed incorrectly set permissions causing errors for the debugger

This commit is contained in:
kripticni 2025-07-30 19:00:08 +02:00
parent b695d4e2dd
commit 38deb968a9
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -184,6 +184,7 @@ src_install() {
fperms +x /usr/share/ghidra/support/launch.sh
fperms +x /usr/share/ghidra/GPL/DemanglerGnu/os/linux_x86_64/demangler_gnu_v2_41
fperms +x /usr/share/ghidra/Ghidra/Features/Decompiler/os/linux_x86_64/decompile
fperms +x /usr/share/ghidra/Ghidra/Debug/Debugger-*/data/{debugger-launchers,support}/*.sh
dosym -r /usr/share/ghidra/ghidraRun /usr/bin/ghidra

View file

@ -191,6 +191,7 @@ src_install() {
fperms +x /usr/share/ghidra/support/launch.sh
fperms +x /usr/share/ghidra/GPL/DemanglerGnu/os/linux_x86_64/demangler_gnu_v2_41
fperms +x /usr/share/ghidra/Ghidra/Features/Decompiler/os/linux_x86_64/decompile
fperms +x /usr/share/ghidra/Ghidra/Debug/Debugger-*/data/{debugger-launchers,support}/*.sh
dosym -r /usr/share/ghidra/ghidraRun /usr/bin/ghidra

View file

@ -186,6 +186,7 @@ src_install() {
fperms +x /usr/share/ghidra/support/launch.sh
fperms +x /usr/share/ghidra/GPL/DemanglerGnu/os/linux_x86_64/demangler_gnu_v2_41
fperms +x /usr/share/ghidra/Ghidra/Features/Decompiler/os/linux_x86_64/decompile
fperms +x /usr/share/ghidra/Ghidra/Debug/Debugger-*/data/{debugger-launchers,support}/*.sh
dosym -r /usr/share/ghidra/ghidraRun /usr/bin/ghidra