Skip to content

Commit

Permalink
Fix NAMD Makefile update command
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Aug 20, 2023
1 parent 8de2bec commit cd7de2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-colvars-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ then
condcopy "${source}/namd/lepton/Makefile.namd" \
"${target}/lepton/Makefile.namd"

if ! grep -q lepton/Makefile.namd "${target}/lepton/Makefile.namd" ; then
if ! grep -q lepton/Makefile.namd "${target}/Makefile" ; then
patch -p1 -N -d ${target} < namd/Makefile.patch
fi

Expand Down

0 comments on commit cd7de2c

Please sign in to comment.