Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Jan 12, 2024
1 parent eda0c6c commit 78b5615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN cd /opt/install && \
# Configure McStasScript for use with installed McStas
export MCSTAS_BINDIR=`mcrun --showcfg=bindir` && \
export MCSTAS_COMPDIR=`mcrun --showcfg=resourcedir` && \
export MCSTAS_TOOLDIR=`mcrun --showcfg=toolbar` && \
export MCSTAS_TOOLDIR=`mcrun --showcfg=tooldir` && \
sed -i 's+MCSTAS_BINDIR+'"${MCSTAS_BINDIR}"'+g' McStasScript/configuration.yaml && \
sed -i 's+MCSTAS_COMPDIR+'"${MCSTAS_COMPDIR}"'+g' McStasScript/configuration.yaml && \
sed -i 's+NeXus+NeXus\ -L/opt/conda/lib\ -I/opt/conda/include/nexus+g' ${MCSTAS_TOOLDIR}/Python/mccodelib/mccode_config.json && \
Expand Down

0 comments on commit 78b5615

Please sign in to comment.