mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
ghidra: handle || die on chmod line
This commit is contained in:
parent
333973baf2
commit
99db46c306
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ src_install() {
|
||||||
fperms +x /usr/share/ghidra/support/launch.sh
|
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/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/Features/Decompiler/os/linux_x86_64/decompile
|
||||||
chmod +x ${D}/usr/share/ghidra/Ghidra/Debug/Debugger-*/data/{debugger-launchers,support}/*.sh
|
chmod +x ${D}/usr/share/ghidra/Ghidra/Debug/Debugger-*/data/{debugger-launchers,support}/*.sh || die
|
||||||
|
|
||||||
dosym -r /usr/share/ghidra/ghidraRun /usr/bin/ghidra
|
dosym -r /usr/share/ghidra/ghidraRun /usr/bin/ghidra
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue