app-editors/vscodium-bin: make codium internal scripts executable

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-01-08 23:58:14 +01:00
parent 852e74812c
commit fb09975b25
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ src_install() {
fperms +x "/opt/${PN}/bin/codium"
fperms +x "/opt/${PN}/chrome-sandbox"
fperms +x "/opt/${PN}/codium"
fperms +x "/opt/${PN}/resources/app/out/vs/base/node/cpuUsage.sh"
fperms +x "/opt/${PN}/resources/app/out/vs/base/node/ps.sh"
fperms +x "/opt/${PN}/resources/app/out/vs/base/node/terminateProcess.sh"
dosym "../../../../../../../usr/bin/rg" "${EPREFIX}/opt/${PN}/resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg"
}