commit: fd6c1087b199b9cd35e86ee8fb861ec1e6312f6e Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Tue Mar 10 10:48:10 2015 +0000 Commit: Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz> CommitDate: Tue Mar 10 10:48:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fd6c1087
fixed tcl location according to instructions by kiwifb Package-Manager: portage-2.2.18 sci-biology/fsl/ChangeLog | 3 +++ sci-biology/fsl/fsl-5.0.6.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sci-biology/fsl/ChangeLog b/sci-biology/fsl/ChangeLog index 815ad20..915ff81 100644 --- a/sci-biology/fsl/ChangeLog +++ b/sci-biology/fsl/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 10 Mar 2015; <[email protected]> fsl-5.0.6.ebuild: + fixed tcl location according to instructions by kiwifb + + 10 Mar 2015; <[email protected]> fsl-5.0.6.ebuild: installing fsl.sh 05 Mar 2015; <[email protected]> fsl-5.0.6.ebuild: diff --git a/sci-biology/fsl/fsl-5.0.6.ebuild b/sci-biology/fsl/fsl-5.0.6.ebuild index 5f26672..6de5ff7 100644 --- a/sci-biology/fsl/fsl-5.0.6.ebuild +++ b/sci-biology/fsl/fsl-5.0.6.ebuild @@ -85,6 +85,10 @@ src_prepare(){ $(grep -rl "\'\${FSLDIR}\'/doc" src/*) sed -i -e "s:\$FSLDIR/etc:/etc:g" `grep -rlI \$FSLDIR/etc *` + + 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/*` } src_compile() { @@ -107,7 +111,7 @@ src_install() { doins -r doc data refdoc insinto /usr/libexec/fsl - doins -r tcl + doins -r tcl/* insinto /etc/fslconf doins etc/fslconf/fsl.sh
