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 080101396D0 for ; Tue, 29 Aug 2017 17:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 354D71FC049; Tue, 29 Aug 2017 17:40:44 +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 15CCA1FC049 for ; Tue, 29 Aug 2017 17:40:43 +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 E733733BE69 for ; Tue, 29 Aug 2017 17:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 636CC86F0 for ; Tue, 29 Aug 2017 17:40:40 +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: <1504028436.be4597166ee19fadafb8ce037ba2c9fddda49351.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/elasticsearch/elasticsearch-5.5.2.ebuild X-VCS-Directories: app-misc/elasticsearch/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: be4597166ee19fadafb8ce037ba2c9fddda49351 X-VCS-Branch: master Date: Tue, 29 Aug 2017 17:40:40 +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: 86a1b569-4357-4ffc-a338-0848f959d9a1 X-Archives-Hash: b70d5ca4aea87311694d4feff6083a63 commit: be4597166ee19fadafb8ce037ba2c9fddda49351 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Aug 29 17:40:13 2017 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Aug 29 17:40:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be459716 app-misc/elasticsearch: prefix support Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/elasticsearch/elasticsearch-5.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/elasticsearch/elasticsearch-5.5.2.ebuild b/app-misc/elasticsearch/elasticsearch-5.5.2.ebuild index 656497dd8f5..b2ac22fbd6c 100644 --- a/app-misc/elasticsearch/elasticsearch-5.5.2.ebuild +++ b/app-misc/elasticsearch/elasticsearch-5.5.2.ebuild @@ -39,7 +39,7 @@ src_install() { exeinto /usr/share/${PN}/bin doexe "${FILESDIR}/elasticsearch-systemd-pre-exec" - chmod +x "${D}"/usr/share/${PN}/bin/* || die + chmod +x "${ED}"/usr/share/${PN}/bin/* || die keepdir /var/{lib,log}/${PN} dodir /usr/share/${PN}/plugins