From 32aadb92b6a0d400b5f2403f3937f0e4aeae885e Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Wed, 7 Feb 2018 16:41:01 +0000 Subject: [PATCH] request now uses exported PREFIX --- .conda/post-link.sh | 2 +- .conda/pre-unlink.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.conda/post-link.sh b/.conda/post-link.sh index a8e4d3b04..475617f1a 100755 --- a/.conda/post-link.sh +++ b/.conda/post-link.sh @@ -1,4 +1,4 @@ if [ -e ${FSLDIR}/bin/requestFSLpythonLink.sh ]; then - $FSLDIR/bin/requestFSLpythonLink.sh ${PREFIX}/bin atlasquery atlasq imcp immv imglob + $FSLDIR/bin/requestFSLpythonLink.sh atlasquery atlasq imcp immv imglob fi diff --git a/.conda/pre-unlink.sh b/.conda/pre-unlink.sh index 664ab5de2..a27c6c5c4 100755 --- a/.conda/pre-unlink.sh +++ b/.conda/pre-unlink.sh @@ -1,3 +1,3 @@ if [ -e ${FSLDIR}/bin/requestFSLpythonUnlink.sh ]; then - $FSLDIR/bin/requestFSLpythonUnlink.sh ${PREFIX}/bin atlasquery atlasq imcp immv imglob + $FSLDIR/bin/requestFSLpythonUnlink.sh atlasquery atlasq imcp immv imglob fi -- GitLab