From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C018138334 for ; Thu, 9 Aug 2018 02:25:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC8CE08FB; Thu, 9 Aug 2018 02:25:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F03C5E0916 for ; Thu, 9 Aug 2018 02:25:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5582833BDE5 for ; Wed, 8 Aug 2018 15:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7773385 for ; Wed, 8 Aug 2018 15:21:37 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1533741626.13a86fd5d2ce43c6d93d2871f9e16fe77816d3b5.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/erlang/erlang-20.3.8.ebuild X-VCS-Directories: dev-lang/erlang/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 13a86fd5d2ce43c6d93d2871f9e16fe77816d3b5 X-VCS-Branch: master Date: Wed, 8 Aug 2018 15:21:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3cc6aaa5-67b0-4347-9db2-760982874ee7 X-Archives-Hash: 444d406399561705236dc33b1d5c43c3 commit: 13a86fd5d2ce43c6d93d2871f9e16fe77816d3b5 Author: Guilherme Amadio gentoo org> AuthorDate: Wed Aug 8 14:40:47 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Aug 8 15:20:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a86fd5 dev-lang/erlang: fix double prefix Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-lang/erlang/erlang-20.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/erlang/erlang-20.3.8.ebuild b/dev-lang/erlang/erlang-20.3.8.ebuild index 5ca952eeb26..e9f4f68c03b 100644 --- a/dev-lang/erlang/erlang-20.3.8.ebuild +++ b/dev-lang/erlang/erlang-20.3.8.ebuild @@ -171,7 +171,7 @@ src_install() { [[ -z "${ERL_ERTS_VER}" ]] && die "Couldn't determine erts version" [[ -z "${ERL_INTERFACE_VER}" ]] && die "Couldn't determine interface version" - emake INSTALL_PREFIX="${ED}" install + emake INSTALL_PREFIX="${D}" install if use doc ; then local DOCS=( "AUTHORS" "HOWTO"/* "README.md" "CONTRIBUTING.md" "${WORKDIR}"/doc/. "${WORKDIR}"/lib/. "${WORKDIR}"/erts-* )