diff --git a/.conda/post-link.sh b/.conda/post-link.sh index a8e4d3b04d729c50706fead20e59d3699d063575..475617f1abeea30045ff8f1a1cd156f309f20948 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 664ab5de2b130ea14ca662f8df45eca1a6e1af32..a27c6c5c4dceb05455a09ccf009c9c0d3fdc3f7d 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