mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
Merge pull request #2469 from kripticni/ghidra-permissions-patch
dev-util/ghidra: fixed incorrectly set permissions causing errors for…
This commit is contained in:
commit
86caac48ee
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue