Skip to content
Snippets Groups Projects

MNT: insert copyright into source files

Merged Paul McCarthy requested to merge paulmc-master-patch-66852 into master
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
2
@@ -3,10 +3,12 @@
export FSLDIR=$PREFIX
export FSLDEVDIR=$PREFIX
. $FSLDIR/etc/fslconf/fsl-devel.sh
make insertcopyright
mkdir -p $PREFIX/src/
cp -r $(pwd) $PREFIX/src/$PKG_NAME
. $FSLDIR/etc/fslconf/fsl-devel.sh
make
make install
Loading