From 1d6fe86f792859bd110b073e362f957ff45b6519 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Fri, 30 Aug 2024 15:04:06 -0400 Subject: [PATCH] dev-util/idea-community: Set exe bit for unrecommended start script Closes: https://bugs.gentoo.org/938734 Signed-off-by: Mike Pagano --- dev-util/idea-community/idea-community-2024.2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/idea-community/idea-community-2024.2.0.2.ebuild b/dev-util/idea-community/idea-community-2024.2.0.2.ebuild index 9590a791d7ba8..332b64131dc14 100644 --- a/dev-util/idea-community/idea-community-2024.2.0.2.ebuild +++ b/dev-util/idea-community/idea-community-2024.2.0.2.ebuild @@ -100,7 +100,7 @@ src_install() { insinto "${dir}" doins -r * - fperms 755 "${dir}"/bin/{format.sh,idea,inspect.sh,restarter,fsnotifier} + fperms 755 "${dir}"/bin/{format.sh,idea,idea.sh,inspect.sh,restarter,fsnotifier} if use amd64; then JRE_DIR=jre JRE_DIR=jre