summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-12-10 17:44:52 +0100
committerPatrice Clement <monsieurp@gentoo.org>2020-12-10 17:45:13 +0100
commit66fc1f3d419bc51e498950a842df722deced6c03 (patch)
tree79ff7d9cd363829b73dde4c36a54d11b559841d7 /sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild
parentwww-client/firefox: add Gentoo experience to new profiles (diff)
downloadgentoo-66fc1f3d419bc51e498950a842df722deced6c03.tar.gz
gentoo-66fc1f3d419bc51e498950a842df722deced6c03.tar.bz2
gentoo-66fc1f3d419bc51e498950a842df722deced6c03.zip
sys-cluster/spark-bin: don't modify usr/bin script.
Remove sed call to add SPARK_HOME to each script. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild')
-rw-r--r--sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild b/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild
index aa75467add18..f91f44f962ae 100644
--- a/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild
+++ b/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild
@@ -42,9 +42,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