summaryrefslogtreecommitdiff
path: root/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'sys-cluster/spark-bin/spark-bin-2.4.3.ebuild')
-rw-r--r--sys-cluster/spark-bin/spark-bin-2.4.3.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild b/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
index 99aa5cd404a1..68debb5ec8f3 100644
--- a/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
+++ b/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
@@ -43,6 +43,7 @@ src_install() {
local SPARK_SCRIPTS=(
bin/beeline
+ bin/find-spark-home
bin/load-spark-env.sh
bin/pyspark
bin/spark-class
@@ -53,9 +54,6 @@ src_install() {
local s
for s in "${SPARK_SCRIPTS[@]}"; do
- ebegin "Setting SPARK_HOME to /usr/lib/spark-${SLOT} in $(basename ${s}) script ..."
- sed -i -e "2iSPARK_HOME=/usr/lib/spark-${SLOT}" "${s}"
- eend $?
dobin "${s}"
done