commit: 1d6fe86f792859bd110b073e362f957ff45b6519 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Fri Aug 30 19:04:06 2024 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Fri Aug 30 19:04:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6fe86f
dev-util/idea-community: Set exe bit for unrecommended start script Closes: https://bugs.gentoo.org/938734 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 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 9590a791d7ba..332b64131dc1 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
