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 AE1851382DE for ; Thu, 30 Jun 2016 16:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37270E08C7; Thu, 30 Jun 2016 16:12:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D025BE08C7 for ; Thu, 30 Jun 2016 16:12:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AEC7340DF1 for ; Thu, 30 Jun 2016 16:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628D797B for ; Thu, 30 Jun 2016 16:11:58 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1467303112.145641db815aee901f393e76a6d81bdddf414738.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/parafly/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/parafly/parafly-20130121.ebuild X-VCS-Directories: sci-biology/parafly/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 145641db815aee901f393e76a6d81bdddf414738 X-VCS-Branch: master Date: Thu, 30 Jun 2016 16:11:58 +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: f25feb2e-5470-4cf9-a0a8-e6299f7c2480 X-Archives-Hash: ee4923bd64af9ccbc3732eab56ba98cf commit: 145641db815aee901f393e76a6d81bdddf414738 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Jun 30 16:11:52 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Jun 30 16:11:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=145641db sci-biology/parafly: respect EPREFIX also during src_install Package-Manager: portage-2.2.28 sci-biology/parafly/parafly-20130121.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-biology/parafly/parafly-20130121.ebuild b/sci-biology/parafly/parafly-20130121.ebuild index 77c0629..5dd1d66 100644 --- a/sci-biology/parafly/parafly-20130121.ebuild +++ b/sci-biology/parafly/parafly-20130121.ebuild @@ -25,3 +25,7 @@ S="${WORKDIR}"/TransDecoder_r20140704/3rd_party/parafly-r2013-01-21 src_configure(){ ./configure --prefix="${EPREFIX}"/usr } + +src_install(){ + emake install DESTDIR="${D}"/"${EPREFIX}" +}