Skip to content
Snippets Groups Projects

mnt/recipe_update

Merged Paul McCarthy requested to merge mnt/recipe_update into master
4 files
+ 25
15
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
1
@@ -3,7 +3,9 @@
export FSLDIR=$PREFIX
export FSLDEVDIR=$PREFIX
. $FSLDIR/etc/fslconf/fsl.sh
mkdir -p $PREFIX/src/
cp -r $(pwd) $PREFIX/src/$PKG_NAME
. $FSLDIR/etc/fslconf/fsl-devel.sh
make
Loading