diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-08-30 15:04:06 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-08-30 15:04:06 -0400 |
commit | 1d6fe86f792859bd110b073e362f957ff45b6519 (patch) | |
tree | 5b96a0c40d19891eab8dd3ba34dec8804b54a05b /dev-util | |
parent | dev-debug/dtrace: update dev-debug/systemtap blocker (diff) | |
download | gentoo-1d6fe86f792859bd110b073e362f957ff45b6519.tar.gz gentoo-1d6fe86f792859bd110b073e362f957ff45b6519.tar.bz2 gentoo-1d6fe86f792859bd110b073e362f957ff45b6519.zip |
dev-util/idea-community: Set exe bit for unrecommended start script
Closes: https://bugs.gentoo.org/938734
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/idea-community/idea-community-2024.2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |