From 0e1cfcbe7b50cf3de14fa65b06a2af2a267e8c57 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 20 Aug 2020 17:40:28 +0100
Subject: [PATCH] MNT: Use a single environment during recipe build

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index d360b8a..231b9ca 100644
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-export FSLDIR=$CONDA_PREFIX
+export FSLDIR=$PREFIX
 export FSLDEVDIR=$PREFIX
 
 . $FSLDIR/etc/fslconf/fsl.sh
-- 
GitLab