diff --git a/app-editors/vscodium-bin/vscodium-bin-1.53.0.ebuild b/app-editors/vscodium-bin/vscodium-bin-1.53.0.ebuild index 862b3ce544..864dd94752 100644 --- a/app-editors/vscodium-bin/vscodium-bin-1.53.0.ebuild +++ b/app-editors/vscodium-bin/vscodium-bin-1.53.0.ebuild @@ -68,6 +68,9 @@ src_install() { if use amd64 || use arm64; then dosym "../../../../../../../usr/bin/rg" "${EPREFIX}/opt/${MY_PN}/resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg" + else + # On other arches we don't unbundle rg, so we have to make it executable + fperms +x /opt/${MY_PN}/resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg fi dodoc resources/app/LICENSE.txt resources/app/ThirdPartyNotices.txt diff --git a/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild b/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild index 862b3ce544..864dd94752 100644 --- a/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild +++ b/app-editors/vscodium-bin/vscodium-bin-1.53.1.ebuild @@ -68,6 +68,9 @@ src_install() { if use amd64 || use arm64; then dosym "../../../../../../../usr/bin/rg" "${EPREFIX}/opt/${MY_PN}/resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg" + else + # On other arches we don't unbundle rg, so we have to make it executable + fperms +x /opt/${MY_PN}/resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg fi dodoc resources/app/LICENSE.txt resources/app/ThirdPartyNotices.txt diff --git a/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild b/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild index 862b3ce544..864dd94752 100644 --- a/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild +++ b/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild @@ -68,6 +68,9 @@ src_install() { if use amd64 || use arm64; then dosym "../../../../../../../usr/bin/rg" "${EPREFIX}/opt/${MY_PN}/resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg" + else + # On other arches we don't unbundle rg, so we have to make it executable + fperms +x /opt/${MY_PN}/resources/app/node_modules.asar.unpacked/vscode-ripgrep/bin/rg fi dodoc resources/app/LICENSE.txt resources/app/ThirdPartyNotices.txt