WIP: mnt/patch
This merge request was triggered by the fsl-ci-rules
apply_patch.py
script. The patch that has been applied is as follows:
'''
diff --git a/build.sh b/build.sh index 415432fb..6275550a 100644 --- a/build.sh +++ b/build.sh @@ -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