aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-06-30 18:08:26 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-06-30 18:08:26 +0200
commit53b0f877dc7973925e9c6c738450b81e7fa27e30 (patch)
tree84e67b09779030f05ebede390a5b3132bff4986f
parentAdapt sys-inifiband to sys-fabric rename (diff)
downloadsci-53b0f877dc7973925e9c6c738450b81e7fa27e30.tar.gz
sci-53b0f877dc7973925e9c6c738450b81e7fa27e30.tar.bz2
sci-53b0f877dc7973925e9c6c738450b81e7fa27e30.zip
sci-biology/parafly: respect EPREFIX
Package-Manager: portage-2.2.28
-rw-r--r--sci-biology/parafly/parafly-20130121.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/parafly/parafly-20130121.ebuild b/sci-biology/parafly/parafly-20130121.ebuild
index e696182e9..77c0629b6 100644
--- a/sci-biology/parafly/parafly-20130121.ebuild
+++ b/sci-biology/parafly/parafly-20130121.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,5 +23,5 @@ S="${WORKDIR}"/TransDecoder_r20140704/3rd_party/parafly-r2013-01-21
# maybe we once the CXXFLAGS and LDFLAGS mentioned
# in https://github.com/trinityrnaseq/trinityrnaseq/issues/65 ?
src_configure(){
- ./configure --prefix=/usr
+ ./configure --prefix="${EPREFIX}"/usr
}