commit: 2520b2c4c4fcfabe5157aa3a90db2a40acf927cf Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Thu Mar 5 12:14:10 2015 +0000 Commit: Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz> CommitDate: Thu Mar 5 12:14:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2520b2c4
removing faulty check Package-Manager: portage-2.2.17 sci-biology/fsl/ChangeLog | 3 +++ sci-biology/fsl/fsl-5.0.6.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-biology/fsl/ChangeLog b/sci-biology/fsl/ChangeLog index fac3cce..4475d87 100644 --- a/sci-biology/fsl/ChangeLog +++ b/sci-biology/fsl/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Mar 2015; <[email protected]> fsl-5.0.6.ebuild: + removing faulty check + 04 Mar 2015; <[email protected]> files/99fsl: added FSLPATH diff --git a/sci-biology/fsl/fsl-5.0.6.ebuild b/sci-biology/fsl/fsl-5.0.6.ebuild index 84755e2..80e06e1 100644 --- a/sci-biology/fsl/fsl-5.0.6.ebuild +++ b/sci-biology/fsl/fsl-5.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -83,6 +83,8 @@ src_prepare(){ sed -i "s:\'\${FSLDIR}\'/doc:${EPREFIX}/usr/share/fsl/doc:g" \ $(grep -rl "\'\${FSLDIR}\'/doc" src/*) + + sed -i -e "s:\$FSLDIR/etc:/etc:g" `grep -rlI \$FSLDIR/etc *` } src_compile() {
