commit: e55632f5cb0b064a02cdf3d5e5189de03b540927
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Jan 10 15:47:00 2018 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Jan 10 15:47:00 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e55632f5
sci-biology/sga: respect EPREFIX
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-biology/sga/sga-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/sga/sga-9999.ebuild b/sci-biology/sga/sga-9999.ebuild
index 6a8dd665b..a9d46d697 100644
--- a/sci-biology/sga/sga-9999.ebuild
+++ b/sci-biology/sga/sga-9999.ebuild
@@ -26,7 +26,7 @@ RDEPEND="${DEPEND}
src_configure(){
cd src || die
./autogen.sh || die
- econf --with-bamtools=/usr
+ econf --with-bamtools="${EPREFIX}"/usr
}
src_compile(){