Skip to content

Commit

Permalink
fix executable
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Nov 15, 2024
1 parent bf73a8a commit 6f8dac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/samsrfx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ neurodocker generate ${neurodocker_buildMode} \
&& chmod a+x /opt/${toolName}-${toolVersion}/samsrf/SamSrfX \
&& rm -f samsrf_${toolVersion}.zip" \
--env DEPLOY_BINS=samsrfx \
--run="echo '/opt/samsrfx-${toolVersion}/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/' > samsrfx \
--run="echo 'cd /opt/samsrfx-${toolVersion}/samsrf' > samsrfx \
&& echo './run_SamSrfX.sh /opt/MCR-2023b/R2023b/' >> samsrfx \
&& chmod a+x samsrfx" \
--env PATH='$PATH':/opt/${toolName}-${toolVersion}/ \
--copy README.md /README.md \
Expand Down

0 comments on commit 6f8dac8

Please sign in to comment.