Skip to content

Commit

Permalink
Fix plumed installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Oct 27, 2020
1 parent 9d5ebd3 commit 9e6a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN . /etc/profile && \
./configure --disable-doc --prefix=/usr && \
make -j 4 && \
make install && \
mv -v /usr/lib/pkgconfig/plumed* /usr/share/pkgconfig/ && \
mv -v /usr/lib64/pkgconfig/plumed* /usr/share/pkgconfig/ && \
cd ../../ && \
rm -rvf plumed

Expand Down

0 comments on commit 9e6a8d3

Please sign in to comment.