summaryrefslogtreecommitdiff
path: root/dev-util/idea-community/idea-community-2022.2.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-05 19:20:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-05 19:20:12 +0100
commita4e37a9aeeef82eba5858dbc609f65b838b0f836 (patch)
treee4348e571adc5713a413fbaf411d45c511a7da31 /dev-util/idea-community/idea-community-2022.2.2.ebuild
parentd03ec6c0e9c1683a824ce77667440dcb4a13974e (diff)
gentoo auto-resync : 05:10:2022 - 19:20:12
Diffstat (limited to 'dev-util/idea-community/idea-community-2022.2.2.ebuild')
-rw-r--r--dev-util/idea-community/idea-community-2022.2.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/idea-community/idea-community-2022.2.2.ebuild b/dev-util/idea-community/idea-community-2022.2.2.ebuild
index 7003ee45888c..b3686f263ea6 100644
--- a/dev-util/idea-community/idea-community-2022.2.2.ebuild
+++ b/dev-util/idea-community/idea-community-2022.2.2.ebuild
@@ -39,7 +39,9 @@ PATCHES=(
"${FILESDIR}/${PN}-jdk.patch"
)
-post_src_unpack() {
+src_unpack() {
+
+ default_src_unpack
if [ ! -d "$S" ]; then
einfo "Renaming source directory to predictable name..."
mv $(ls "${WORKDIR}") "idea-IC-${PV}" || die