Skip to content

Commit

Permalink
fedora: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Sep 20, 2023
1 parent 50cf6bf commit eb5febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN if [ -n "${GMX_BRANCH}" ] && [ "${GMX_BRANCH}" != "none" ]; then \
sudo cmake --install gromacs/build; \
fi

RUN source /etc/os-release && if [ "${VERSION_ID}" -le 40 ]; then \
RUN source /etc/os-release && if [ "${VERSION_ID}" -le 39 ]; then \
git clone https://github.com/espressopp/espressopp && \
cmake -S espressopp -B espressopp/build -DCMAKE_INSTALL_PREFIX=/usr && \
cmake --build espressopp/build && \
Expand Down

0 comments on commit eb5febc

Please sign in to comment.