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 5897C1382FE for ; Mon, 11 Jul 2016 09:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A585BE0ABC; Mon, 11 Jul 2016 09:19:31 +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 46AF8E0ABC for ; Mon, 11 Jul 2016 09:19:30 +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 90350340D1B for ; Mon, 11 Jul 2016 09:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E858197B for ; Mon, 11 Jul 2016 09:19:26 +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: <1468228754.1aeccfb8d2179d83658047f2cccc4e0acabcd25c.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tigr-foundation-libs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild X-VCS-Directories: sci-biology/tigr-foundation-libs/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 1aeccfb8d2179d83658047f2cccc4e0acabcd25c X-VCS-Branch: master Date: Mon, 11 Jul 2016 09:19:26 +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: b8d08fa3-c282-4acd-a3b3-ad37d1bf8981 X-Archives-Hash: 9a63419d4fe5c0118be4e9742fbbd78c commit: 1aeccfb8d2179d83658047f2cccc4e0acabcd25c Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Jul 11 09:19:14 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Jul 11 09:19:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1aeccfb8 sci-biology/tigr-foundation-libs: respect EPREFIX Package-Manager: portage-2.2.28 sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild index 44c17fc..2e08a91 100644 --- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild +++ b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild @@ -26,5 +26,5 @@ src_prepare(){ } src_install(){ - emake install DESTDIR="${D}/usr" + emake install DESTDIR="${D}/"${EPREFIX}"/usr" }