commit: 0a6acd8e277e8b1bb63af24829e76852f2182056 Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Wed Mar 11 17:21:02 2015 +0000 Commit: Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz> CommitDate: Wed Mar 11 17:21:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a6acd8e
sed-ing before installing Package-Manager: portage-2.2.18 sci-biology/fsl/ChangeLog | 3 +++ sci-biology/fsl/fsl-5.0.6.ebuild | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sci-biology/fsl/ChangeLog b/sci-biology/fsl/ChangeLog index 682727d..54d0251 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: $ + 11 Mar 2015; <[email protected]> fsl-5.0.6.ebuild: + sed-ing before installing + 10 Mar 2015; <[email protected]> fsl-5.0.6.ebuild: changed grep wrapper diff --git a/sci-biology/fsl/fsl-5.0.6.ebuild b/sci-biology/fsl/fsl-5.0.6.ebuild index 6f9584f..b819813 100644 --- a/sci-biology/fsl/fsl-5.0.6.ebuild +++ b/sci-biology/fsl/fsl-5.0.6.ebuild @@ -100,18 +100,18 @@ src_compile() { } src_install() { - exeinto /usr/bin - doexe bin/* - - insinto /usr/share/${PN} - doins -r doc data refdoc - sed -i "s:\${FSLDIR}/tcl:/usr/libexec/fsl:g" \ $(grep -lI "\${FSLDIR}/tcl" bin/*) \ $(grep -l "\${FSLDIR}/tcl" tcl/*) sed -i "s:\$FSLDIR/tcl:/usr/libexec/fsl:g" \ $(grep -l "\$FSLDIR/tcl" tcl/*) + exeinto /usr/bin + doexe bin/* + + insinto /usr/share/${PN} + doins -r doc data refdoc + insinto /usr/libexec/fsl doins -r tcl/*
